diff options
author | Unknwon <u@gogs.io> | 2016-03-06 19:55:38 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-03-06 19:55:38 -0500 |
commit | 0ea0c5ec4f24f0fc5ef3231085c74b33a16f98ec (patch) | |
tree | f752df40554fb79064faea8fdacfcada9daf3b80 /gogs.go | |
parent | 58f0c68151d40009800eca138d52c29cac0410e8 (diff) | |
download | gitea-0ea0c5ec4f24f0fc5ef3231085c74b33a16f98ec.tar.gz gitea-0ea0c5ec4f24f0fc5ef3231085c74b33a16f98ec.zip |
Prepare release
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.8.61.0306" +const APP_VER = "0.9.0.0306" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |