diff --git a/gogs.go b/gogs.go index 603fa2a2..2963e3f0 100644 --- a/gogs.go +++ b/gogs.go @@ -16,7 +16,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.10.0.0227" +const APP_VER = "0.10.1.0228" func init() { setting.AppVer = APP_VER diff --git a/templates/.VERSION b/templates/.VERSION index ce043013..e1c130c6 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.10.0.0227 \ No newline at end of file +0.10.1.0228 \ No newline at end of file