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 acb549c commit 80cc81fCopy full SHA for 80cc81f
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.10
+VERSION=v0.0.11
7
8
# Build
9
build:
syntax/syntax.go
@@ -13,7 +13,7 @@ const (
13
___ ___ ___ ___|_|___| |_
14
| . |_ -| _| _| | . | _|
15
|_ |___|___|_| |_| _|_|
16
-|___| |_| v0.0.10
+|___| |_| v0.0.11
17
`
18
)
19
0 commit comments