summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-12 20:35:35 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-12 20:35:35 -0400
commit90f6aa8cd19e489723ddffc40d6507782c29756c (patch)
treee247229573a4d32ca1d508619951a9868690840f /gogs.go
parent23bba7633bbd8ae8f9f41404352c327f9e8c9fdc (diff)
downloadgitea-90f6aa8cd19e489723ddffc40d6507782c29756c.tar.gz
gitea-90f6aa8cd19e489723ddffc40d6507782c29756c.zip
Add repo mirror and import
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 f726e809a6..a42d7225ba 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.7.0411 Alpha"
+const APP_VER = "0.2.8.0412 Alpha"
func init() {
base.AppVer = APP_VER