summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-20 20:52:00 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-20 20:52:00 -0400
commit006c45e21d5f37c5bcfb92ead1110272dee0d88d (patch)
tree6bec58d32d4e3baa2e62b1a930976019d61c68e2 /gogs.go
parente55d1ea3d6d5b927e44baebd801a5c650859991c (diff)
downloadgitea-006c45e21d5f37c5bcfb92ead1110272dee0d88d.tar.gz
gitea-006c45e21d5f37c5bcfb92ead1110272dee0d88d.zip
Mirror change
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 bc807c466c..c9d78acb94 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.0419 Alpha"
+const APP_VER = "0.3.0.0420 Alpha"
func init() {
base.AppVer = APP_VER