summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-21 10:09:57 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-21 10:09:57 -0400
commitd40499e7fa3d62655431f160b6909d9751dabe11 (patch)
treee02d35f7494e4ba2234de5c0b954553ff9c57709 /gogs.go
parent67c4e5429818b501b0db5527ea38f2be75e5df55 (diff)
downloadgitea-d40499e7fa3d62655431f160b6909d9751dabe11.tar.gz
gitea-d40499e7fa3d62655431f160b6909d9751dabe11.zip
Finsih mail resend limit
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index a9f7e6b5c4..41df79280a 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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.4.0321"
+const APP_VER = "0.1.5.0321"
func init() {
base.AppVer = APP_VER