summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-28 21:53:40 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-28 21:53:40 -0400
commit2401e68d7ed7d53425293ad32d231542d03bbef3 (patch)
treec57bd73e14c98e42857eadb29a2151cd2562c64a /gogs.go
parent31805e2bbea17d5fc3806f472ddab42736e7b4a1 (diff)
downloadgitea-2401e68d7ed7d53425293ad32d231542d03bbef3.tar.gz
gitea-2401e68d7ed7d53425293ad32d231542d03bbef3.zip
Prepare for v0.3.1 hotfix
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 1a8b4d1312..d723aa33a0 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.3.0.0427 Alpha"
+const APP_VER = "0.3.1.0427 Alpha"
func init() {
base.AppVer = APP_VER