diff options
author | unknwon <u@gogs.io> | 2019-08-11 18:59:46 -0700 |
---|---|---|
committer | unknwon <u@gogs.io> | 2019-08-11 18:59:46 -0700 |
commit | c154721f4a8f3e24d2f6fb61e74b4b64529255c2 (patch) | |
tree | 10aa9fb205654dba1a41ef6c0f64013af0910061 | |
parent | 48cdae2829f1325104eeee18360bb7accd811950 (diff) |
Bump version
-rw-r--r-- | gogs.go | 2 | ||||
-rw-r--r-- | templates/.VERSION | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ import ( "github.com/gogs/gogs/pkg/setting" ) -const Version = "0.11.91.0810" +const Version = "0.11.91.0811" func init() { setting.AppVer = Version diff --git a/templates/.VERSION b/templates/.VERSION index c9a50b1d..8c121310 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.11.91.0810 +0.11.91.0811 |