aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2014-04-11 10:28:23 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2014-04-11 10:28:23 +0800
commit8cfa2be4332abdc8bdcadead36d065eab3d2d55e (patch)
tree9fe6d03f5006c3dced1f9d5102f43504fb58e8b5 /gogs.go
parentdb39e58a139ef8581b4b61d2d4a68b4e5324acdf (diff)
parent306aa5bffe7868207ed7b773c1aedbf3f0a659ad (diff)
Merge branch 'dev' of github.com:gogits/gogs into 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 29710071..72c506af 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.3.0409 Alpha"
+const APP_VER = "0.2.4.0410 Alpha"
func init() {
base.AppVer = APP_VER