diff --git a/gogs.go b/gogs.go index 060b150b5..99fe2d348 100644 --- a/gogs.go +++ b/gogs.go @@ -16,7 +16,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.10.31.0327" +const APP_VER = "0.10.31.0327 / 0.11 RC" func init() { setting.AppVer = APP_VER diff --git a/templates/.VERSION b/templates/.VERSION index f14cdf1c0..8c93e0595 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.10.31.0327 \ No newline at end of file +0.10.31.0327 / 0.11 RC \ No newline at end of file