Skip to content

Commit

Permalink
chore: version bump (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslept authored Nov 3, 2023
2 parents e013061 + be9c196 commit 4ee549a
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.1.2+$(git rev-parse --short HEAD)"
echo "1.1.3+$(git rev-parse --short HEAD)"
else
echo "$GITHUB_REF_NAME"
fi
Expand Down

0 comments on commit 4ee549a

Please sign in to comment.