aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorskyblue <ssx205@gmail.com>2014-04-07 14:14:43 +0800
committerskyblue <ssx205@gmail.com>2014-04-07 14:14:43 +0800
commita92d67fa01983644ccdb3d7bc54993a60d185da5 (patch)
tree4320d6d7983376ae2e80aa8f721aedd74a5965a0 /gogs.go
parent125c87a405a689c37a3f3d0dede23d74c1581a81 (diff)
parent8c9a0494ecb477a641c07be68a9c0cb8fa661d29 (diff)
Merge branch 'dev' of github.com:gogits/gogs into dev
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 13b9d377..e7197482 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.1.0405 Alpha"
+const APP_VER = "0.2.2.0406 Alpha"
func init() {
base.AppVer = APP_VER