diff options
author | Unknwon <u@gogs.io> | 2015-12-15 22:57:18 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-15 22:57:18 -0500 |
commit | b117befc2b4f5ec1e864e2eeaf99355861be01d7 (patch) | |
tree | a6f3b95e28e606f89d672e5079070b1cd9119c69 /gogs.go | |
parent | 7786cb76f3bfc87f92aaae5cc70cbfa974b76868 (diff) | |
download | gitea-b117befc2b4f5ec1e864e2eeaf99355861be01d7.tar.gz gitea-b117befc2b4f5ec1e864e2eeaf99355861be01d7.zip |
#1692 add user email APIs
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.8.6.1215" +const APP_VER = "0.8.7.1215" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |