diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-02 15:25:09 -0500 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-02 15:25:09 -0500 |
commit | e9487cb59cb7fcdc8891ccae93c33c9f587c576f (patch) | |
tree | 7335b615e6ad3a9b7dbfb674c31249da453be099 /gogs.go | |
parent | 9c3a8ff2994a34ff28484650aa400a0b167855f3 (diff) | |
download | gitea-e9487cb59cb7fcdc8891ccae93c33c9f587c576f.tar.gz gitea-e9487cb59cb7fcdc8891ccae93c33c9f587c576f.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.0225" +const APP_VER = "0.0.0.0301" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |