repo: change action visibility when repository visibility changed (#4414)

This commit is contained in:
Unknwon
2017-06-11 00:43:56 -04:00
parent 4400d2fdd9
commit a887e475e3
4 changed files with 10 additions and 5 deletions

View File

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