summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-19 06:00:08 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-19 06:00:08 -0400
commiteda3f8b3b34f15d29bb2e6f1346e15616f508501 (patch)
tree6c041b6c0450a3e0c3dcd245a8489311fdf2aaa4 /gogs.go
parentb32e223db56b270d4dd45aed0c9fd5dd54d0f5f8 (diff)
downloadgitea-eda3f8b3b34f15d29bb2e6f1346e15616f508501.tar.gz
gitea-eda3f8b3b34f15d29bb2e6f1346e15616f508501.zip
Mirror updates
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 65180754b5..bc807c466c 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.0418 Alpha"
+const APP_VER = "0.3.0.0419 Alpha"
func init() {
base.AppVer = APP_VER