aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorMeaglith Ma <genedna@gmail.com>2014-04-06 17:28:33 +0800
committerMeaglith Ma <genedna@gmail.com>2014-04-06 17:28:33 +0800
commit2e8d5c2eb36b63468dc78561566975c72eeaaefa (patch)
tree92659a09ec784005c8d9a0540e5197a75b0a3ea9 /gogs.go
parenta044c24c3db4b18b20406045b40e55ce15f941a0 (diff)
parentef6b9784962d3152d3ec46833303bad72915af57 (diff)
Merge remote-tracking branch 'upstream/master'
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 bbd65421..034e131b 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.0330 Alpha"
+const APP_VER = "0.2.0.0403 Alpha"
func init() {
base.AppVer = APP_VER