diff options
author | Unknwon <u@gogs.io> | 2016-02-01 20:55:12 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-01 20:55:12 -0500 |
commit | 1c74612b3c025282d4731880575922c797813ca7 (patch) | |
tree | ead1abc421a4939ff19db92f1a2a7c16e08eb4b6 /gogs.go | |
parent | d3ba2466932aa40b549a563c69c60905a30536b8 (diff) | |
download | gitea-1c74612b3c025282d4731880575922c797813ca7.tar.gz gitea-1c74612b3c025282d4731880575922c797813ca7.zip |
Minor fix for #2444
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.26.0201" +const APP_VER = "0.8.27.0201" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |