diff options
author | Unknwon <u@gogs.io> | 2015-12-12 21:58:54 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-12 21:58:54 -0500 |
commit | 351dfc95a919dfa5cd7931ffb8f35f39b88bd3df (patch) | |
tree | ac0c5b0e328bfa5ac25331ef376da6a781e1857a /gogs.go | |
parent | 837155577a18e911dc7b738952d5b4e2a0687c98 (diff) |
prepare release
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.7.44.1212" +const APP_VER = "0.8.0.1212" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |