diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-03 19:03:08 -0500 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-03 19:03:08 -0500 |
commit | e59f90b8fee3e615d1b60067bfc0d636606899d8 (patch) | |
tree | e37db19d1492235875259f34ed08506f74631270 /gogs.go | |
parent | fea660f1d787f353f06632982861000c9078da2e (diff) | |
download | gitea-e59f90b8fee3e615d1b60067bfc0d636606899d8.tar.gz gitea-e59f90b8fee3e615d1b60067bfc0d636606899d8.zip |
Update
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.0301" +const APP_VER = "0.0.0.0303" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |