aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-26 21:49:09 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-26 21:49:09 +0800
commit8c2f751bbb22ebf06c7f7f9621614b6e46130210 (patch)
tree5b90a56d40ef41431aa68bfc4c3733d9d5745b55 /gogs.go
parent08405a4fea1d2e5c73a73dafd866e0c00c7749c2 (diff)
parent32e05ae2120e864d6e1bd85fb01ef87e23c3ae89 (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 d88a2bc6..ba443c6e 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"
+const APP_VER = "0.1.8.0326 Alpha"
func init() {
base.AppVer = APP_VER