File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ build-all: $(SRCS) VERSION
9090 -ldflags " ${LDFLAGS} " \
9191 -os=" darwin freebsd netbsd openbsd linux solaris windows" \
9292 -arch=" 386 amd64 arm arm64" \
93- -osarch=" !darwin/arm !darwin/arm64" \
93+ -osarch=" !darwin/386 !darwin/ arm !darwin/arm64" \
9494 -output=" $( DIST_DIR) /{{.OS}}-{{.Arch}}/{{.Dir}}" $(MAIN )
9595
9696.PHONY : dist
Original file line number Diff line number Diff line change 1- 0.3.1
1+ 0.4.0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ var VERSION string
1010
1111// Release holds the current release number, should match the value
1212// in $GOPATH/src/github.com/kashav/fsql/VERSION.
13- const Release = "0.3.1 "
13+ const Release = "0.4.0 "
1414
1515// Meta returns the version/commit string.
1616func Meta () string {
You can’t perform that action at this time.
0 commit comments