From a1d696d6b6f30d3cd01f99565f5dee0056dc2231 Mon Sep 17 00:00:00 2001 From: gerblesh <101901964+gerblesh@users.noreply.github.com> Date: Wed, 4 Sep 2024 23:00:56 -0700 Subject: [PATCH] chore: bump version --- rpkg.macros | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpkg.macros b/rpkg.macros index e591824..b92db9c 100644 --- a/rpkg.macros +++ b/rpkg.macros @@ -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