diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-17 00:57:18 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-17 00:57:18 -0400 |
commit | 0f68930892bc49966769f8931e9a531b37dacb3b (patch) | |
tree | 2e125d90f57b3119229a62224cab807f3a79025a /gogs.go | |
parent | 664bbe4f54248b1c5e7110dc88b8d24209566a11 (diff) | |
download | gitea-0f68930892bc49966769f8931e9a531b37dacb3b.tar.gz gitea-0f68930892bc49966769f8931e9a531b37dacb3b.zip |
Add latest commit in repo viewer
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ import ( // Test that go1.1 tag above is included in builds. main.go refers to this definition. const go11tag = true -const APP_VER = "0.0.9.0316.1" +const APP_VER = "0.0.9.0317.1" func init() { base.AppVer = APP_VER |