We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5f83b commit f85be60Copy full SHA for f85be60
1 file changed
make
@@ -7,7 +7,7 @@ BINARY="bread" # Output Binary Name
7
DIST="build" # Output Directory Name
8
9
# Simple Hack To Get The Version Number From main.go file
10
-VERSION="0.7.0"
+VERSION="0.7.1"
11
ENTRY_FILE="src/main.go" # Main Entry File To Compile
12
OUTPUT="$DIST/$BINARY" # Output Path Of Built Binary
13
COMPRESSED_OUTPUT="$OUTPUT-$VERSION-x86_64" # Output path of the compressed binary
0 commit comments