Skip to content

Commit 80aeff3

Browse files
committed
Prepare for 0.4.0
1 parent 50fbe75 commit 80aeff3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.1
1+
0.4.0

meta/meta.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
1616
func Meta() string {

0 commit comments

Comments
 (0)