diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-11 20:23:34 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-11 20:23:34 -0400 |
commit | d6dac160dfcac068b31bda9316ddc3d4919e3288 (patch) | |
tree | 8d32752ea5c045468f2e5b3803cbf686ccc9ab2f /gogs.go | |
parent | 47aa53bd369014b0788f18a605e7347801f6c31d (diff) | |
download | gitea-d6dac160dfcac068b31bda9316ddc3d4919e3288.tar.gz gitea-d6dac160dfcac068b31bda9316ddc3d4919e3288.zip |
Pages in commits list page
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |