diff options
author | Stefan-Code <Stefan-Code@users.noreply.github.com> | 2015-02-18 11:12:41 +0100 |
---|---|---|
committer | Stefan-Code <Stefan-Code@users.noreply.github.com> | 2015-02-18 11:12:41 +0100 |
commit | b508fb041ff83919eff6618a62658288745a2c1b (patch) | |
tree | 7fb4a602afe87800e7f24957d9702ce38bbea643 /gogs.go | |
parent | 1628ef4ba5120d338c0616e37153f9f9b2f8f236 (diff) | |
parent | a307574fbcb58bed41017fb2262852327cf050d0 (diff) |
Merge branch 'dev' of https://github.com/gogits/gogs into dev
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.13.0210 Beta" +const APP_VER = "0.5.13.0214 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |