update binary.sh

pull/144/head
Henrique Dias 2017-03-25 19:51:26 +00:00
parent 0a2b945f90
commit 3e9ee34e0b
3 changed files with 746 additions and 744 deletions

View File

@ -8454,6 +8454,7 @@ type bintree struct {
Func func() (*asset, error)
Children map[string]*bintree
}
var _bintree = &bintree{nil, map[string]*bintree{
"public": &bintree{nil, map[string]*bintree{
"ace": &bintree{nil, map[string]*bintree{
@ -8900,4 +8901,3 @@ func _filePath(dir, name string) string {
cannonicalName := strings.Replace(name, "\\", "/", -1)
return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...)
}

View File

@ -5,4 +5,6 @@ go get github.com/bountylabs/gitversion
go-bindata -pkg assets -prefix "_embed" -o assets/binary.go _embed/templates/... _embed/public/js/... _embed/public/css/... _embed/public/ace/src-min/...
gitversion -s -o page/version.go -p page
gofmt -w page/version.go
gofmt -w assets/binary.go
git add -A

View File

@ -1,5 +1,5 @@
package page
var GIT_COMMIT_HASH = "94c8330"
var GIT_COMMIT_HASH = "0a2b945"
var CIRCLE_BUILD_NUM = ""
var GENERATED int64 = 1490471357620088500
var GENERATED int64 = 1490471489112984900