Fork go-libravatar to remove import path check

To use GitHub import path as much as possible.
This commit is contained in:
Unknwon
2016-11-19 21:55:21 -05:00
parent a3ea4b8802
commit 95065de39a
6 changed files with 8 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.99.1119"
const APP_VER = "0.9.100.1119"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())