Browse Source

bindata: generate for PR #3646

Unknwon 8 years ago
parent
commit
32a0255ce3
3 changed files with 4 additions and 4 deletions
  1. 1 1
      gogs.go
  2. 2 2
      modules/bindata/bindata.go
  3. 1 1
      templates/.VERSION

+ 1 - 1
gogs.go

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

File diff suppressed because it is too large
+ 2 - 2
modules/bindata/bindata.go


+ 1 - 1
templates/.VERSION

@@ -1 +1 @@
-0.9.129.0131
+0.9.130.0131