summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorskyblue <ssx205@gmail.com>2014-04-03 11:13:44 +0800
committerskyblue <ssx205@gmail.com>2014-04-03 11:13:44 +0800
commitbbadbbdf685a7f6cb1924442a115aa88bb520e07 (patch)
treebc3f500110d3ed49b84d742fd85ee36201098c1b /gogs.go
parentbfdadaa13c5dc289beed8e13c6e0d8a0eabeae37 (diff)
parent1757a59a999be2c1b3a17244231cad6a579282d4 (diff)
downloadgitea-bbadbbdf685a7f6cb1924442a115aa88bb520e07.tar.gz
gitea-bbadbbdf685a7f6cb1924442a115aa88bb520e07.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 a81f3ab597..88f53eeb8e 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.0402 Alpha"
func init() {
base.AppVer = APP_VER