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'"