diff options
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.9.30.0601" +const APP_VER = "0.9.31.0627" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |