diff options
author | skyblue <ssx205@gmail.com> | 2014-03-26 21:26:54 +0800 |
---|---|---|
committer | skyblue <ssx205@gmail.com> | 2014-03-26 21:26:54 +0800 |
commit | bffa6979b015bd6f5980c700537bb7b5b363985c (patch) | |
tree | 65727ee90e4ea84490a43adf8fd7844951bb9002 /gogs.go | |
parent | 4662a73ac34adeeeb6fc48ba6ac69b6a4adf18bc (diff) | |
parent | 7ab94fe816bd726c995f2937a040c3d8c7898205 (diff) |
Merge branch 'master' of github.com:gogits/gogs
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |