diff options
author | Unknown <joe2010xtmf@163.com> | 2014-06-03 12:51:53 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-06-03 12:51:53 -0400 |
commit | 63baf76ab2f4a510b4fb981e81feb5ae533b1639 (patch) | |
tree | f3f3c26c3a02e4d30399b6b039bc96e1dcd48a5a /gogs.go | |
parent | 9c3aa6936acc16a4b127874dea5a5519d20e44e1 (diff) | |
download | gitea-63baf76ab2f4a510b4fb981e81feb5ae533b1639.tar.gz gitea-63baf76ab2f4a510b4fb981e81feb5ae533b1639.zip |
Fix #214
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.1.0602 Alpha" +const APP_VER = "0.4.1.0603 Alpha" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |