diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-17 13:12:57 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-17 13:12:57 +0800 |
commit | d64a8e8d3aa5f1dc606860c0950a8b7dbebf944c (patch) | |
tree | 46d4193e2706989e4bd74c7d2bcae5d365655098 /gogs.go | |
parent | c101471bdfd0a802e66adfb7402dbd980812da30 (diff) | |
parent | 0f68930892bc49966769f8931e9a531b37dacb3b (diff) |
Merge remote-tracking branch 'origin/master'
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.9.0316.1" +const APP_VER = "0.0.9.0317.1" func init() { base.AppVer = APP_VER |