diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-25 12:12:27 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-25 12:12:27 -0400 |
commit | 2fa8d0c8dd43f95e1659a266e84c7713cc8f2fcf (patch) | |
tree | 7fdae59ac504c0aedd0a657ff9a9bd9f30de3b22 /gogs.go | |
parent | 23d103c72163cdb4ea65c9756edf22c597060a7e (diff) | |
download | gitea-2fa8d0c8dd43f95e1659a266e84c7713cc8f2fcf.tar.gz gitea-2fa8d0c8dd43f95e1659a266e84c7713cc8f2fcf.zip |
Added create issue
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.1.7.0324" +const APP_VER = "0.1.7.0325" func init() { base.AppVer = APP_VER |