Skip to content

Commit 4f35da8

Browse files
committed
🔖 Releasing / Version tags.
1 parent 11b5933 commit 4f35da8

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.7
6+
VERSION=v0.0.8
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.7
16+
|___| |_| v0.0.8
1717
`
1818
)
1919

0 commit comments

Comments
 (0)