summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-02 15:25:09 -0500
committerUnknown <joe2010xtmf@163.com>2014-03-02 15:25:09 -0500
commite9487cb59cb7fcdc8891ccae93c33c9f587c576f (patch)
tree7335b615e6ad3a9b7dbfb674c31249da453be099 /gogs.go
parent9c3a8ff2994a34ff28484650aa400a0b167855f3 (diff)
downloadgitea-e9487cb59cb7fcdc8891ccae93c33c9f587c576f.tar.gz
gitea-e9487cb59cb7fcdc8891ccae93c33c9f587c576f.zip
Update
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 c9c920ddcc..51ef3cf19d 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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())