Skip to content

Commit 023098c

Browse files
authored
bump version to 0.9.0
1 parent 96e2650 commit 023098c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION= 0.8.0
1+
VERSION= 0.9.0
22
PACKAGES= $(shell find . -name '*.go' -print0 | xargs -0 -n1 dirname | sort --unique)
33
LDFLAGS= -ldflags "-X main.version=${VERSION}"
44
DEBPATH= scripts/dpkg

0 commit comments

Comments
 (0)