api: add GetReferenceSHA (#5546)

This commit is contained in:
Unknwon
2018-12-16 19:47:32 -05:00
parent cc1a168aa0
commit f91cb9321e
5 changed files with 51 additions and 3 deletions

View File

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