aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorslene <vslene@gmail.com>2014-03-28 00:32:19 +0800
committerslene <vslene@gmail.com>2014-03-28 00:32:19 +0800
commitbce8586bc66c6827bf2ea6e27440f01476c2d151 (patch)
treec76e8cba33b131e1c6a21a06a57cde51e375a581 /gogs.go
parent346db02d89ae0337956607eec43a0cd3f184fda8 (diff)
parent743593f7910d35f46cc18f06de12e59afa36fb65 (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 ba443c6e..57d9d62c 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.0326 Alpha"
+const APP_VER = "0.1.8.0327 Alpha"
func init() {
base.AppVer = APP_VER