aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-21 23:28:44 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-21 23:28:44 +0800
commit9218f76c8e4a6fafbe6bed1d61eb66ba73bf70f2 (patch)
tree881531e41b0a51a853845740e6728ddb4e5d5277 /gogs.go
parent011134e0aff5d16501b60a6feaaa8c2ccf0d269d (diff)
parentd40499e7fa3d62655431f160b6909d9751dabe11 (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index a9f7e6b5..41df7928 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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