diff options
author | Unknwon <joe2010xtmf@163.com> | 2015-01-20 13:08:49 +0800 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2015-01-20 13:08:49 +0800 |
commit | 8e384ce46c69b0e90168094f64e2ad6c787f4cbb (patch) | |
tree | 75f29a2b75da9b5e1dceb91137805db6af8c3dd4 /gogs.go | |
parent | 0e286a0ca96ff32241b0d96515d57a37c8a3d5dc (diff) | |
download | gitea-8e384ce46c69b0e90168094f64e2ad6c787f4cbb.tar.gz gitea-8e384ce46c69b0e90168094f64e2ad6c787f4cbb.zip |
fix #828, may cause unintentional break in other features, but security is no.1
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.11.0103 Beta" +const APP_VER = "0.5.12.0120 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |