summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-22 09:21:57 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-22 09:21:57 -0400
commitfd1831052c3a79492643b89512282fc66f34dd8d (patch)
tree2d1146e02a6c4efd6901ca9d966c085910bf6939 /gogs.go
parentf9c07c4186b61a1548d9a908fe6228bd130f4f92 (diff)
downloadgitea-fd1831052c3a79492643b89512282fc66f34dd8d.tar.gz
gitea-fd1831052c3a79492643b89512282fc66f34dd8d.zip
Update session
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 8ec4fd42f1..a609032093 100644
--- a/gogs.go
+++ b/gogs.go
@@ -20,7 +20,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.5.0322"
+const APP_VER = "0.1.5.0322.2"
func init() {
base.AppVer = APP_VER