There was an error while loading. Please reload this page.
1 parent 38a3296 commit 07f23d3Copy full SHA for 07f23d3
1 file changed
Justfile
@@ -4,7 +4,7 @@ OUTPUT_BIN := "bin/" + NAME
4
PACKAGE := "github.com/markusressel/" + NAME
5
GIT_REV := `git rev-parse --short HEAD`
6
DATE := `date -u +"%Y-%m-%dT%H:%M:%SZ"`
7
-VERSION := "0.8.0"
+VERSION := "0.9.0"
8
9
# Run all tests
10
test:
0 commit comments