summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-30 03:44:28 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-30 03:44:28 -0400
commit48bfbb7ddf09103b80cea3e3c804abd4da0a01f1 (patch)
treed025c65981794a8ca721eb94f21d40c31ac0cd19 /gogs.go
parent0d6856dbe73c8041451743946fb324663350a687 (diff)
downloadgitea-48bfbb7ddf09103b80cea3e3c804abd4da0a01f1.tar.gz
gitea-48bfbb7ddf09103b80cea3e3c804abd4da0a01f1.zip
Mirror changes
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 d723aa33a0..27d5d6886a 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.1.0427 Alpha"
+const APP_VER = "0.3.1.0430 Alpha"
func init() {
base.AppVer = APP_VER