diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2014-03-03 09:52:19 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2014-03-03 09:52:19 +0800 |
commit | defcc9374bffe4730bdd4655f34df559d1aa70b1 (patch) | |
tree | a88577a25e5ea251149d181f301413ed4a867635 /gogs.go | |
parent | 0632198a40b7498cee15aba8cf56b0815ccb2e7d (diff) | |
parent | 3f849ddfabbbbf77f66a18e0d88ba97a132f9812 (diff) |
Merge branch 'master' of github.com:gogits/gogs
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ import ( // Test that go1.1 tag above is included in builds. main.go refers to this definition. const go11tag = true -const APP_VER = "0.0.0.0225" +const APP_VER = "0.0.0.0301" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |