summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-04 18:55:17 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-04 18:55:17 -0400
commite41ab839c7dbbdffc60a4e02775f24add9d126d9 (patch)
treeac450cf0e38a6fa4819ea4701a79e7719dbfe77d /gogs.go
parenteb803ec5eb3a7e66a107873ce6ee584b8c77b131 (diff)
downloadgitea-e41ab839c7dbbdffc60a4e02775f24add9d126d9.tar.gz
gitea-e41ab839c7dbbdffc60a4e02775f24add9d126d9.zip
Use session for rolling back
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 034e131bc0..8d9159d6a8 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.2.0.0403 Alpha"
+const APP_VER = "0.2.0.0404 Alpha"
func init() {
base.AppVer = APP_VER