diff options
author | Unknwon <joe2010xtmf@163.com> | 2015-01-02 13:30:45 +0800 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2015-01-02 13:30:45 +0800 |
commit | 0b56272c130c88fc4441fb1cba04657fe73efc38 (patch) | |
tree | bdd1f9e792fdc76383d3321eea232279a97fdc86 /gogs.go | |
parent | 677b1ec627fda8ca7c48b2423b371d012fd5c83c (diff) | |
download | gitea-0b56272c130c88fc4441fb1cba04657fe73efc38.tar.gz gitea-0b56272c130c88fc4441fb1cba04657fe73efc38.zip |
fix #805
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.5.10.0102 Beta" +const APP_VER = "0.5.11.0102 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |