summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-14 01:12:07 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-14 01:12:07 -0400
commit47edf7f4f9d359765764207cbcb6dd82dba36de8 (patch)
treea809ed1add57ce5eaae2d55190bb55abac294718 /gogs.go
parent495a52d78bfa25759ac4930ccf474206a562c219 (diff)
downloadgitea-47edf7f4f9d359765764207cbcb6dd82dba36de8.tar.gz
gitea-47edf7f4f9d359765764207cbcb6dd82dba36de8.zip
Finish update password and profile
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 96c0f84f2b..b276490280 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.0313"
+const APP_VER = "0.0.7.0314"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())