diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-21 23:28:44 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-21 23:28:44 +0800 |
commit | 9218f76c8e4a6fafbe6bed1d61eb66ba73bf70f2 (patch) | |
tree | 881531e41b0a51a853845740e6728ddb4e5d5277 /gogs.go | |
parent | 011134e0aff5d16501b60a6feaaa8c2ccf0d269d (diff) | |
parent | d40499e7fa3d62655431f160b6909d9751dabe11 (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.2 tag above is included in builds. main.go refers to this definition. const go12tag = true -const APP_VER = "0.1.4.0321" +const APP_VER = "0.1.5.0321" func init() { base.AppVer = APP_VER |