aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorskyblue <ssx205@gmail.com>2014-04-06 23:12:29 +0800
committerskyblue <ssx205@gmail.com>2014-04-06 23:12:29 +0800
commit5e534bf2a56a2f4e36d039699ba60946f993574b (patch)
tree17fd6a6dde814567538fe1a84126f83303df3904 /gogs.go
parenta04918e36d49e1d066c6f661a73eebf706a97237 (diff)
parentd3a987eded8bf2d0afc35dce32238e59da8080a8 (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 8d9159d6..13b9d377 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.0404 Alpha"
+const APP_VER = "0.2.1.0405 Alpha"
func init() {
base.AppVer = APP_VER