aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2014-04-23 19:22:04 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2014-04-23 19:22:04 +0800
commit0c5e50a888ef3a48ff19390a0925820c718ac0de (patch)
tree8a5d00efc64b57cd197462dabde42f0a7aea72ec /gogs.go
parent683e58878a3f1a36db29a252dd6ba0551210b1c1 (diff)
parent7ded30ba5ba5f3bc52b860f50ab82895734f449f (diff)
Merge branch 'master' of github.com:gogits/gogs
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 73555ada..b06c8006 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.3.0.0421 Alpha"
+const APP_VER = "0.3.0.0422 Alpha"
func init() {
base.AppVer = APP_VER