Skip to content

Commit

Permalink
chore: bump version (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh authored Oct 16, 2023
2 parents 007878a + 742cfde commit 4fb78a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpkg.macros
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function ublue_update_version {
if [ "$GITHUB_REF_NAME" = "" ]; then
echo "1.0.0+$(git rev-parse --short HEAD)"
echo "1.1.0+$(git rev-parse --short HEAD)"
else
echo "$GITHUB_REF_NAME"
fi
Expand Down

0 comments on commit 4fb78a8

Please sign in to comment.