Skip to content

Commit

Permalink
🔖 Releasing / Version tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
crossoverJie committed Nov 8, 2022
1 parent db5c25f commit 6df1b29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BINARY=gscript
GOBUILD=go build -ldflags "-s -w" cmd/gscript.go
GOCLEAN=go clean
RMTARGZ=rm -rf *.gz && rm -rf main
VERSION=v0.0.11
VERSION=v0.0.12

# Build
build:
Expand Down
2 changes: 1 addition & 1 deletion syntax/syntax.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const (
___ ___ ___ ___|_|___| |_
| . |_ -| _| _| | . | _|
|_ |___|___|_| |_| _|_|
|___| |_| v0.0.11
|___| |_| v0.0.12
`
)

Expand Down

0 comments on commit 6df1b29

Please sign in to comment.