diff --git a/make b/make index 6507a4b..22f2a57 100755 --- a/make +++ b/make @@ -7,7 +7,7 @@ BINARY="bread" # Output Binary Name DIST="build" # Output Directory Name # Simple Hack To Get The Version Number From main.go file -VERSION="0.6.2" +VERSION="0.7.0" ENTRY_FILE="src/main.go" # Main Entry File To Compile OUTPUT="$DIST/$BINARY" # Output Path Of Built Binary COMPRESSED_OUTPUT="$OUTPUT-$VERSION-x86_64" # Output path of the compressed binary