diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-11-05 23:30:04 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-11-05 23:30:04 -0500 |
commit | 4e7eb5be9d3e9c9ba7238769d2b5f2f471d51b67 (patch) | |
tree | e563d92084e488d97839e7e227e3e7dc6662fad9 /gogs.go | |
parent | b37519235242b17e47c71dec53ad61a6ca4bedc1 (diff) | |
download | gitea-4e7eb5be9d3e9c9ba7238769d2b5f2f471d51b67.tar.gz gitea-4e7eb5be9d3e9c9ba7238769d2b5f2f471d51b67.zip |
Work on #5 fork and fix #608
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.6.1104 Beta" +const APP_VER = "0.5.7.1105 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |