summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-15 00:50:51 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-15 00:50:51 -0400
commitadb17791bdb94d22cdc571d7f633846c6fe3d938 (patch)
tree8d9f9ffa487e63874e21d42ee3cc8c4a6c3dc85a /gogs.go
parent2289ff20bf40e2adaa096aeac80837c69c2f01c3 (diff)
downloadgitea-adb17791bdb94d22cdc571d7f633846c6fe3d938.tar.gz
gitea-adb17791bdb94d22cdc571d7f633846c6fe3d938.zip
Add basic render of public act
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index b276490280..056fb2db61 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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())