aboutsummaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2014-04-30 10:24:00 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2014-04-30 10:24:00 +0800
commita85f242030f8fa0d74c9d82485d0649926bc6db4 (patch)
tree43c7850b7c01c635d36f368c108f6305b10e13f2 /gogs.go
parentcdc843f06b90acf71211a684ba32cd92c765230d (diff)
parent0d6856dbe73c8041451743946fb324663350a687 (diff)
downloadgitea-a85f242030f8fa0d74c9d82485d0649926bc6db4.tar.gz
gitea-a85f242030f8fa0d74c9d82485d0649926bc6db4.zip
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 48cc194cb0..fe13c17aa7 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.3.0.0422 Alpha"
+const APP_VER = "0.3.1.0427 Alpha"
func init() {
base.AppVer = APP_VER