From ee702d92cad5a6f3e2d74f4fe24051a115dc2864 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 12 May 2025 20:32:18 +1200 Subject: [PATCH] bb64 release v11 --- publish.sh | 4 ++++ version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index cdf85dc..aeb90e9 100755 --- a/publish.sh +++ b/publish.sh @@ -26,6 +26,10 @@ TAG="v$v" # Build binaries ./build.sh +# make sure we've commited. +git add . && git commit -m "bb64 release $TAG" && git push + + # Find repo info from .git/config REPO_URL=$(git config --get remote.origin.url) if [[ ! $REPO_URL =~ gitea ]]; then diff --git a/version.h b/version.h index b42491c..0af29b1 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -static const char *VERSION = "10"; +static const char *VERSION = "11";