Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
gerblesh committed Sep 5, 2024
1 parent dce31e5 commit a1d696d
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.2.3+$(git rev-parse --short HEAD)"
echo "1.3.1+$(git rev-parse --short HEAD)"
else
echo "$GITHUB_REF_NAME"
fi

0 comments on commit a1d696d

Please sign in to comment.