Skip to content

Commit 80cc81f

Browse files
committed
🔖 Releasing / Version tags.
1 parent acb549c commit 80cc81f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ BINARY=gscript
33
GOBUILD=go build -ldflags "-s -w" cmd/gscript.go
44
GOCLEAN=go clean
55
RMTARGZ=rm -rf *.gz && rm -rf main
6-
VERSION=v0.0.10
6+
VERSION=v0.0.11
77

88
# Build
99
build:

syntax/syntax.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const (
1313
___ ___ ___ ___|_|___| |_
1414
| . |_ -| _| _| | . | _|
1515
|_ |___|___|_| |_| _|_|
16-
|___| |_| v0.0.10
16+
|___| |_| v0.0.11
1717
`
1818
)
1919

0 commit comments

Comments
 (0)