diff options
author | slene <vslene@gmail.com> | 2014-03-23 20:58:27 +0800 |
---|---|---|
committer | slene <vslene@gmail.com> | 2014-03-23 20:58:27 +0800 |
commit | 809a4eab6774c265c8c07313fa9957c274e52aaf (patch) | |
tree | 9f8c1e86554e9bc1199fdcad36e02335ea0ce69d /gogs.go | |
parent | 559cd63fc5feace32bb44c695207579609516f15 (diff) | |
parent | 97debac18534e030924654befc6dc1eeb870a38b (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.6.0323.1" +const APP_VER = "0.1.7.0323.1" func init() { base.AppVer = APP_VER |