aboutsummaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-03 19:03:08 -0500
committerUnknown <joe2010xtmf@163.com>2014-03-03 19:03:08 -0500
commite59f90b8fee3e615d1b60067bfc0d636606899d8 (patch)
treee37db19d1492235875259f34ed08506f74631270 /gogs.go
parentfea660f1d787f353f06632982861000c9078da2e (diff)
downloadgitea-e59f90b8fee3e615d1b60067bfc0d636606899d8.tar.gz
gitea-e59f90b8fee3e615d1b60067bfc0d636606899d8.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 51ef3cf19d..72a967f01c 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.0301"
+const APP_VER = "0.0.0.0303"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())