We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1808c commit fb0decaCopy full SHA for fb0deca
Makefile
@@ -3,7 +3,7 @@ BINARY=gscript
3
GOBUILD=go build -ldflags "-s -w" cmd/gscript.go
4
GOCLEAN=go clean
5
RMTARGZ=rm -rf *.gz && rm -rf main
6
-VERSION=v0.0.9
+VERSION=v0.0.10
7
8
# Build
9
build:
0 commit comments