summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-25 12:12:27 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-25 12:12:27 -0400
commit2fa8d0c8dd43f95e1659a266e84c7713cc8f2fcf (patch)
tree7fdae59ac504c0aedd0a657ff9a9bd9f30de3b22 /gogs.go
parent23d103c72163cdb4ea65c9756edf22c597060a7e (diff)
downloadgitea-2fa8d0c8dd43f95e1659a266e84c7713cc8f2fcf.tar.gz
gitea-2fa8d0c8dd43f95e1659a266e84c7713cc8f2fcf.zip
Added create issue
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 7ac699cc69..b62580f8fd 100644
--- a/gogs.go
+++ b/gogs.go
@@ -19,7 +19,7 @@ import (
// Test that go1.2 tag above is included in builds. main.go refers to this definition.
const go12tag = true
-const APP_VER = "0.1.7.0324"
+const APP_VER = "0.1.7.0325"
func init() {
base.AppVer = APP_VER