summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-11 20:23:34 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-11 20:23:34 -0400
commitd6dac160dfcac068b31bda9316ddc3d4919e3288 (patch)
tree8d32752ea5c045468f2e5b3803cbf686ccc9ab2f /gogs.go
parent47aa53bd369014b0788f18a605e7347801f6c31d (diff)
downloadgitea-d6dac160dfcac068b31bda9316ddc3d4919e3288.tar.gz
gitea-d6dac160dfcac068b31bda9316ddc3d4919e3288.zip
Pages in commits list page
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 d0b0c6ca04..8c96ec90fd 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.5.0410 Alpha"
+const APP_VER = "0.2.6.0411 Alpha"
func init() {
base.AppVer = APP_VER