aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-26 20:02:15 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-26 20:02:15 +0800
commit0b22d90b7c936a7be4dd4c8e53b1af190aefe649 (patch)
treea699dd351bfa011211fe68ce387d6fe4ccf27044 /gogs.go
parentf5c9149dd52c0cf058a730fd9c912880638b02d8 (diff)
parent409e4cde7a379bbdbe53367b3726f64b80aed0eb (diff)
Merge branch 'master' of https://github.com/gogits/gogs
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 f5a328ad..d88a2bc6 100644
--- a/gogs.go
+++ b/gogs.go
@@ -19,7 +19,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.8.0325"
+const APP_VER = "0.1.8.0326"
func init() {
base.AppVer = APP_VER