diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-15 00:50:51 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-15 00:50:51 -0400 |
commit | adb17791bdb94d22cdc571d7f633846c6fe3d938 (patch) | |
tree | 8d9f9ffa487e63874e21d42ee3cc8c4a6c3dc85a /gogs.go | |
parent | 2289ff20bf40e2adaa096aeac80837c69c2f01c3 (diff) | |
download | gitea-adb17791bdb94d22cdc571d7f633846c6fe3d938.tar.gz gitea-adb17791bdb94d22cdc571d7f633846c6fe3d938.zip |
Add basic render of public act
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,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.7.0314" +const APP_VER = "0.0.8.0315" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |