diff options
-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 |