summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEarl Warren <contact@earl-warren.org>2024-04-19 11:41:35 +0200
committerEarl Warren <contact@earl-warren.org>2024-04-19 11:41:35 +0200
commit1bb403421d278bd2528c7f0231716983ca749df2 (patch)
tree7e1e879864a405c9272e6d3a02bb90c3fdbbf375
parentMerge pull request 'fix(api): error 500 on tag creation when a workflow exist... (diff)
downloadforgejo-1.21.11-1.tar.xz
forgejo-1.21.11-1.zip
[SEMVER] 6.0.12+0-gitea-1.21.11v1.21.11-1
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6c26cb79b6..6a7546efd3 100644
--- a/Makefile
+++ b/Makefile
@@ -89,7 +89,7 @@ endif
VERSION = ${GITEA_VERSION}
# SemVer
-FORGEJO_VERSION := 6.0.11+0-gitea-1.21.11
+FORGEJO_VERSION := 6.0.12+0-gitea-1.21.11
LDFLAGS := $(LDFLAGS) -X "main.MakeVersion=$(MAKE_VERSION)" -X "main.Version=$(GITEA_VERSION)" -X "main.Tags=$(TAGS)" -X "code.gitea.io/gitea/routers/api/forgejo/v1.ForgejoVersion=$(FORGEJO_VERSION)" -X "main.ForgejoVersion=$(FORGEJO_VERSION)"