[SEMVER] store SemVer in ForgejoSemVer after a database upgrade

(cherry picked from commit b7fe7cf401)
This commit is contained in:
Earl Warren 2023-08-08 23:55:25 +02:00
parent 479cba59ac
commit cf339eed4f
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
9 changed files with 156 additions and 2 deletions

View file

@ -15,6 +15,8 @@ import (
"code.gitea.io/gitea/modules/user"
)
var ForgejoVersion = "1.0.0"
// settings
var (
// AppVer is the version of the current build of Gitea. It is set in main.go from main.Version.