From caa82dd52f493f07d889eb7f46f01ca684c28d61 Mon Sep 17 00:00:00 2001 From: ADITYA MISHRA <75035219+DEVLOPRR@users.noreply.github.com> Date: Fri, 18 Mar 2022 18:56:55 +0530 Subject: [PATCH] Update make --- make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make b/make index a2a4723..7e5405a 100755 --- a/make +++ b/make @@ -7,7 +7,7 @@ BINARY="bread" DIST="build" ENTRY_FILE="src/main.go" OUTPUT="$DIST/$BINARY" -VERSION="0.2.3" +VERSION="0.3.4" if [[ $1 = '' ]]; then echo "Compiling '$ENTRY_FILE' into '$DIST'"