diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-25 21:37:18 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-25 21:37:18 -0400 |
commit | c1a3d4fefbbbf332cd1cedda66e93bf40cc9713d (patch) | |
tree | b3eb7a817533770f172744b4e5dbb0360f6657bc /gogs.go | |
parent | bc5316b82ed20a4392cac6a57b86efcd467cef09 (diff) | |
download | gitea-c1a3d4fefbbbf332cd1cedda66e93bf40cc9713d.tar.gz gitea-c1a3d4fefbbbf332cd1cedda66e93bf40cc9713d.zip |
Add mail notify for creating 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.0325" +const APP_VER = "0.1.8.0325" func init() { base.AppVer = APP_VER |