Browse Source

bindata: generate for PR #3646

pull/2342/merge
Unknwon 8 years ago
parent
commit
32a0255ce3
No known key found for this signature in database
GPG Key ID: FB9F411CDD69BEC1
  1. 2
      gogs.go
  2. 4
      modules/bindata/bindata.go
  3. 2
      templates/.VERSION

2
gogs.go

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

4
modules/bindata/bindata.go

File diff suppressed because one or more lines are too long

2
templates/.VERSION

@ -1 +1 @@
0.9.129.0131 0.9.130.0131
Loading…
Cancel
Save