forked from forgejo/forgejo
[SEMVER] store SemVer in ForgejoSemVer after a database upgrade
(cherry picked from commitb7fe7cf401
) (cherry picked from commitcf339eed4f
) (cherry picked from commit4f3a16168b
) (cherry picked from commit6f5bbc53fc
) (cherry picked from commitaca42b422e
) (cherry picked from commit5a7f7580e5
) (cherry picked from commit06c383c807
) (cherry picked from commitfe831dcb53
) (cherry picked from commitcd12cd0dbc
) (cherry picked from commitcc79163703
) (cherry picked from commitf3ad9d345f
) (cherry picked from commit1a01baaa0f
) (cherry picked from commit21123afcfd
) (cherry picked from commitfdfbda0f9b
) (cherry picked from commit19eb6b5774
)
This commit is contained in:
parent
ca778777f5
commit
a411a377b0
9 changed files with 158 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue