diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-22 13:50:50 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-22 13:50:50 -0400 |
commit | 61e29226015fad6451281035948c3d8d1364880c (patch) | |
tree | 6ef97e9b24040d880913eb09d3e1b00ea4727e2e /gogs.go | |
parent | e3f55ca0fb0c8aee84f2935b76353ef8ce66384f (diff) | |
download | gitea-61e29226015fad6451281035948c3d8d1364880c.tar.gz gitea-61e29226015fad6451281035948c3d8d1364880c.zip |
Working on issues
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.2 tag above is included in builds. main.go refers to this definition. const go12tag = true -const APP_VER = "0.1.5.0322.2" +const APP_VER = "0.1.6.0323.1" func init() { base.AppVer = APP_VER |