浏览代码

bindata: update changes from pull requests

Unknwon 6 年之前
父节点
当前提交
49bd893a77
共有 3 个文件被更改,包括 4 次插入2 次删除
  1. 1 1
      gogs.go
  2. 2 0
      pkg/bindata/bindata.go
  3. 1 1
      templates/.VERSION

+ 1 - 1
gogs.go

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

文件差异内容过多而无法显示
+ 2 - 0
pkg/bindata/bindata.go


+ 1 - 1
templates/.VERSION

@@ -1 +1 @@
-0.11.35.0306
+0.11.36.0306

部分文件因为文件数量过多而无法显示