diff options
author | Unknown <joe2010xtmf@163.com> | 2014-06-12 09:35:51 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-06-12 09:35:51 -0400 |
commit | fb0972afadbd87ae707861acc0986bde01528c3c (patch) | |
tree | 83cc2a8562ebb255e11702b32d0c4b06962b45f1 /gogs.go | |
parent | 9961f9a53c4e3be1b224ad618b35c175143a0daa (diff) | |
download | gitea-fb0972afadbd87ae707861acc0986bde01528c3c.tar.gz gitea-fb0972afadbd87ae707861acc0986bde01528c3c.zip |
Fix #199
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.4.3.0610 Alpha" +const APP_VER = "0.4.3.0612 Alpha" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |