aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-08 12:41:33 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-08 12:41:33 -0400
commit115a349131242201953a3f5693141679049355c6 (patch)
tree5509a46e5d6866cd573c03a41484d58c12cb6cae /gogs.go
parent22feddf804c7fbf3418cbbc8e7302da271da4e5a (diff)
Fix #67
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 df268980..4616141e 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.2.0407 Alpha"
+const APP_VER = "0.2.2.0408 Alpha"
func init() {
base.AppVer = APP_VER