diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-11-18 11:07:16 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-11-18 11:07:16 -0500 |
commit | 37d8d3afe9ec589574c0cc6380a36fa93b1be8f2 (patch) | |
tree | 30d7751228cdded099b1a0e2952d66dbe6d403b6 /gogs.go | |
parent | db0026c5070f8e6b82170a75b5f92a54b7b96ff2 (diff) | |
download | gitea-37d8d3afe9ec589574c0cc6380a36fa93b1be8f2.tar.gz gitea-37d8d3afe9ec589574c0cc6380a36fa93b1be8f2.zip |
more APIs on #12
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.8.1117 Beta" +const APP_VER = "0.5.8.1118 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |