aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorslene <vslene@gmail.com>2014-03-23 01:45:21 +0800
committerslene <vslene@gmail.com>2014-03-23 01:45:21 +0800
commit5edd57e4822804aef2af64b1ede99cd6e977b143 (patch)
tree2c7bcd573d072771f64685d05a95ddcdcb9754d5 /gogs.go
parent076fc98d981aea3533eea363ca1c7e43f77b9802 (diff)
parentcd070b56d2f5b34236174ff04ccc459d15c4cd17 (diff)
Merge branch 'master' of 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 8ec4fd42..a6090320 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.5.0322"
+const APP_VER = "0.1.5.0322.2"
func init() {
base.AppVer = APP_VER