diff options
author | Unknwon <u@gogs.io> | 2015-03-01 18:43:28 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-03-01 18:43:28 -0500 |
commit | b447d18dca3720be6357ffe147517619e7840ee2 (patch) | |
tree | 500256c944a3646b73c33bb800236ad715f9fe70 /gogs.go | |
parent | 63a73b43b452afbcef5e4bae9b54bdeacd0ac827 (diff) | |
download | gitea-b447d18dca3720be6357ffe147517619e7840ee2.tar.gz gitea-b447d18dca3720be6357ffe147517619e7840ee2.zip |
cmd/serve.go: remove useless 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.5.16.0228 Beta" +const APP_VER = "0.5.16.0301 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |