From 8637e67e6f9aa68c399a62d1180650c01069d67f Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 15 Aug 2016 02:06:35 -0700 Subject: Fix outdated edit can’t overwrite changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/bindata/bindata.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/bindata') diff --git a/modules/bindata/bindata.go b/modules/bindata/bindata.go index f0c083e5..045a0b70 100644 --- a/modules/bindata/bindata.go +++ b/modules/bindata/bindata.go @@ -301,7 +301,7 @@ func confAppIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/app.ini", size: 13460, mode: os.FileMode(420), modTime: time.Unix(1471235101, 0)} + info := bindataFileInfo{name: "conf/app.ini", size: 13460, mode: os.FileMode(420), modTime: time.Unix(1471250630, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4361,7 +4361,7 @@ func confLocaleLocale_enUsIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 55343, mode: os.FileMode(420), modTime: time.Unix(1471240680, 0)} + info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 55343, mode: os.FileMode(420), modTime: time.Unix(1471250630, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -- cgit v1.2.3