diff --git a/Makefile b/Makefile index 0c3a775..a7a38be 100644 --- a/Makefile +++ b/Makefile @@ -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: diff --git a/syntax/syntax.go b/syntax/syntax.go index 70cc42a..d40205c 100644 --- a/syntax/syntax.go +++ b/syntax/syntax.go @@ -13,7 +13,7 @@ const ( ___ ___ ___ ___|_|___| |_ | . |_ -| _| _| | . | _| |_ |___|___|_| |_| _|_| -|___| |_| v0.0.11 +|___| |_| v0.0.12 ` )