aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorskyblue <ssx205@gmail.com>2014-03-26 21:26:54 +0800
committerskyblue <ssx205@gmail.com>2014-03-26 21:26:54 +0800
commitbffa6979b015bd6f5980c700537bb7b5b363985c (patch)
tree65727ee90e4ea84490a43adf8fd7844951bb9002 /gogs.go
parent4662a73ac34adeeeb6fc48ba6ac69b6a4adf18bc (diff)
parent7ab94fe816bd726c995f2937a040c3d8c7898205 (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 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