diff options
author | Unknwon <u@gogs.io> | 2016-12-21 23:52:11 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-12-21 23:52:11 -0500 |
commit | 6cc992ea54eb45e4bc8d32df47ef8b17cf4ac84c (patch) | |
tree | 25971d8c503303ed0ede132c10c2d0bd5e8ef5f5 /gogs.go | |
parent | 3376354ed8a38c6a3c4f27d6a1111cfa8f739089 (diff) |
Minor fix for PR #3687
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.9.104.1221" +const APP_VER = "0.9.105.1221" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |