install: able to enable builtin SSH server (#3773)

This commit is contained in:
Unknwon
2017-02-18 12:47:35 -05:00
parent 36f448f47f
commit 21d538a738
10 changed files with 39 additions and 29 deletions

View File

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