diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2014-03-17 20:04:58 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2014-03-17 20:04:58 +0800 |
commit | a30e72323d1f8f6be7716a0548d99ef06807172b (patch) | |
tree | ea47ee0ed1836c47edd13267aefab1daf14fefe0 /gogs.go | |
parent | 914ce405af975a6bf65cedd279e1bf75ca1671d5 (diff) | |
parent | 5bc2a1a6f98ae42ab5c30299d26082ffae54b859 (diff) |
merge
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.1 tag above is included in builds. main.go refers to this definition. const go11tag = true -const APP_VER = "0.0.8.0316.1" +const APP_VER = "0.0.9.0317.1" func init() { base.AppVer = APP_VER |