diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-16 12:07:35 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-16 12:07:35 -0400 |
commit | ec65be79f0337b11c01121eae9fd54fe49bee830 (patch) | |
tree | f623dbf19d69cef9a2938a0f465f1159d59a5a49 /gogs.go | |
parent | c97a435d73eca1d2365a66469252d685e942501b (diff) | |
download | gitea-ec65be79f0337b11c01121eae9fd54fe49bee830.tar.gz gitea-ec65be79f0337b11c01121eae9fd54fe49bee830.zip |
Fix commit feed ui
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.8.0316.1" +const APP_VER = "0.0.9.0316.1" func init() { base.AppVer = APP_VER |