aboutsummaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-02 10:38:30 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-02 10:38:30 -0400
commitd9005ee970270bca97e81d59edca4722752d160d (patch)
tree9adeaf4ee547f1b2b7c9a546b1af2c89b007516e /gogs.go
parentb0e7dd6864717841dd218af93dd8bd30d198128d (diff)
downloadgitea-d9005ee970270bca97e81d59edca4722752d160d.tar.gz
gitea-d9005ee970270bca97e81d59edca4722752d160d.zip
Improve issue mail content
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