diff options
author | Unknwon <u@gogs.io> | 2016-06-01 04:19:01 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-06-01 04:19:01 -0700 |
commit | c041273dd334fc7a45ca6cb67ea2c2b492c4a5ed (patch) | |
tree | bc2aa8f62f595905658ca98aa644297139b91e1d /gogs.go | |
parent | fb970b9d87ef662e429e651da459445d91020ccf (diff) | |
download | gitea-c041273dd334fc7a45ca6cb67ea2c2b492c4a5ed.tar.gz gitea-c041273dd334fc7a45ca6cb67ea2c2b492c4a5ed.zip |
repo/http: clean code
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.29.0530" +const APP_VER = "0.9.30.0601" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |