Skip to content

Commit 55afc1a

Browse files
committed
models/repo_diff: move core functions to gogits/git-module
1 parent 16c6ca7 commit 55afc1a

File tree

11 files changed

+490
-411
lines changed

11 files changed

+490
-411
lines changed

gogs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"github.com/gogits/gogs/modules/setting"
1717
)
1818

19-
const APP_VER = "0.11.1.0403"
19+
const APP_VER = "0.11.2.0404"
2020

2121
func init() {
2222
setting.AppVer = APP_VER

0 commit comments

Comments
 (0)