diff options
author | slene <vslene@gmail.com> | 2014-03-23 01:45:21 +0800 |
---|---|---|
committer | slene <vslene@gmail.com> | 2014-03-23 01:45:21 +0800 |
commit | 5edd57e4822804aef2af64b1ede99cd6e977b143 (patch) | |
tree | 2c7bcd573d072771f64685d05a95ddcdcb9754d5 /gogs.go | |
parent | 076fc98d981aea3533eea363ca1c7e43f77b9802 (diff) | |
parent | cd070b56d2f5b34236174ff04ccc459d15c4cd17 (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
@@ -20,7 +20,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.1.5.0322" +const APP_VER = "0.1.5.0322.2" func init() { base.AppVer = APP_VER |