diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-22 17:01:19 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-22 17:01:19 -0400 |
commit | 3f707b3f3265c4b3e64e47ee172cc878f3325248 (patch) | |
tree | 254264c45395a6c908e249c94e02efa0860c6d79 /gogs.go | |
parent | 063aacd436da24c2616d68a838959300978afaa5 (diff) | |
download | gitea-3f707b3f3265c4b3e64e47ee172cc878f3325248.tar.gz gitea-3f707b3f3265c4b3e64e47ee172cc878f3325248.zip |
Add basic submodule support
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.3.0922 Beta" +const APP_VER = "0.5.4.0922 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |