diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2014-04-23 19:22:04 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2014-04-23 19:22:04 +0800 |
commit | 0c5e50a888ef3a48ff19390a0925820c718ac0de (patch) | |
tree | 8a5d00efc64b57cd197462dabde42f0a7aea72ec /gogs.go | |
parent | 683e58878a3f1a36db29a252dd6ba0551210b1c1 (diff) | |
parent | 7ded30ba5ba5f3bc52b860f50ab82895734f449f (diff) |
Merge branch 'master' of github.com:gogits/gogs
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |