diff options
author | skyblue <ssx205@gmail.com> | 2014-04-07 14:14:43 +0800 |
---|---|---|
committer | skyblue <ssx205@gmail.com> | 2014-04-07 14:14:43 +0800 |
commit | a92d67fa01983644ccdb3d7bc54993a60d185da5 (patch) | |
tree | 4320d6d7983376ae2e80aa8f721aedd74a5965a0 /gogs.go | |
parent | 125c87a405a689c37a3f3d0dede23d74c1581a81 (diff) | |
parent | 8c9a0494ecb477a641c07be68a9c0cb8fa661d29 (diff) |
Merge branch 'dev' of github.com:gogits/gogs into dev
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.2.1.0405 Alpha" +const APP_VER = "0.2.2.0406 Alpha" func init() { base.AppVer = APP_VER |