From 80cc81fbad98e55ccbc0631c4e26eebed500242a Mon Sep 17 00:00:00 2001 From: crossoverJie Date: Sat, 15 Oct 2022 15:19:33 +0800 Subject: [PATCH] :bookmark: Releasing / Version tags. --- Makefile | 2 +- syntax/syntax.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b34ce8e..0c3a775 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.10 +VERSION=v0.0.11 # Build build: diff --git a/syntax/syntax.go b/syntax/syntax.go index 1ac0c3d..70cc42a 100644 --- a/syntax/syntax.go +++ b/syntax/syntax.go @@ -13,7 +13,7 @@ const ( ___ ___ ___ ___|_|___| |_ | . |_ -| _| _| | . | _| |_ |___|___|_| |_| _|_| -|___| |_| v0.0.10 +|___| |_| v0.0.11 ` )