bb64 release v11

This commit is contained in:
Your Name 2025-05-12 20:32:18 +12:00
parent d544b8953d
commit ee702d92ca
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -1 +1 @@
static const char *VERSION = "10";
static const char *VERSION = "11";