aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
author无闻 <joe2010xtmf@163.com>2014-04-04 10:40:14 -0400
committer无闻 <joe2010xtmf@163.com>2014-04-04 10:40:14 -0400
commit3a23476dbef0bb90ce5e8bc4c7ab8929bc04bb1b (patch)
tree8cfb016c545a0b7583fcb7e7acc5a11fc11c20a2 /gogs.go
parent48d3a1fef12242c6f5c1848ca58e02d946a709da (diff)
parent75db79b4b6bcb8f61dd957c9bd21b32d4746f866 (diff)
Merge pull request #61 from gogits/dev
Dev
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 a81f3ab5..034e131b 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.2.0.0401 Alpha"
+const APP_VER = "0.2.0.0403 Alpha"
func init() {
base.AppVer = APP_VER