aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorskyblue <ssx205@gmail.com>2014-04-12 09:42:15 +0800
committerskyblue <ssx205@gmail.com>2014-04-12 09:42:15 +0800
commitf8e97b75fbe7201830413fabead33967fb690827 (patch)
tree5a1234fdbc527799913c4eaf691f97769dc2fe8b /gogs.go
parent5c1312f38e8968e068125a1b1dd59060f3f29bfe (diff)
parentd6dac160dfcac068b31bda9316ddc3d4919e3288 (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 d0b0c6ca..8c96ec90 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.5.0410 Alpha"
+const APP_VER = "0.2.6.0411 Alpha"
func init() {
base.AppVer = APP_VER