diff options
author | skyblue <ssx205@gmail.com> | 2014-04-12 09:42:15 +0800 |
---|---|---|
committer | skyblue <ssx205@gmail.com> | 2014-04-12 09:42:15 +0800 |
commit | f8e97b75fbe7201830413fabead33967fb690827 (patch) | |
tree | 5a1234fdbc527799913c4eaf691f97769dc2fe8b /gogs.go | |
parent | 5c1312f38e8968e068125a1b1dd59060f3f29bfe (diff) | |
parent | d6dac160dfcac068b31bda9316ddc3d4919e3288 (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.5.0410 Alpha" +const APP_VER = "0.2.6.0411 Alpha" func init() { base.AppVer = APP_VER |