models/repo_diff: move core functions to gogits/git-module

This commit is contained in:
Unknwon
2017-04-04 01:45:57 -04:00
parent 16c6ca72cd
commit 55afc1ad21
11 changed files with 495 additions and 416 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.11.1.0403"
const APP_VER = "0.11.2.0404"
func init() {
setting.AppVer = APP_VER