diff options
author | Unknwon <u@gogs.io> | 2016-06-29 23:25:41 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-06-29 23:25:41 +0800 |
commit | 6f7276278ddeaeb9bdc065f4987d7defe0f6697a (patch) | |
tree | 0fc4ff58ebe650b7c2b6eac1c8bb280b89307c79 /gogs.go | |
parent | 743d22669a49b743f1963dc579294a092c4980c1 (diff) | |
download | gitea-6f7276278ddeaeb9bdc065f4987d7defe0f6697a.tar.gz gitea-6f7276278ddeaeb9bdc065f4987d7defe0f6697a.zip |
#3174 genetate bindata
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.31.0628" +const APP_VER = "0.9.32.0629" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |