Browse Source

Merge branch 'master' of github.com:gogits/gogs into develop

Unknwon 8 years ago
parent
commit
fd667ca1d8
2 changed files with 2 additions and 2 deletions
  1. 1 1
      gogs.go
  2. 1 1
      templates/.VERSION

+ 1 - 1
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

+ 1 - 1
templates/.VERSION

@@ -1 +1 @@
-0.10.0.0227
+0.10.1.0228