diff options
author | Unknwon <u@gogs.io> | 2016-12-22 01:51:49 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-12-22 01:51:49 -0500 |
commit | 16d3e7085efc1143cdae026fda4fe86d15f615dd (patch) | |
tree | e43e98d63f5d76f19d22476220b11e7e423ec904 /gogs.go | |
parent | c47fbc629bec5b4c213ddff24e96c20ed8f4ca74 (diff) |
Minor fix for PR #3667
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.106.1222" +const APP_VER = "0.9.107.1222" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |