Skip to content

Commit f85be60

Browse files
committed
Bump The Version
1 parent ea5f83b commit f85be60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ BINARY="bread" # Output Binary Name
77
DIST="build" # Output Directory Name
88

99
# Simple Hack To Get The Version Number From main.go file
10-
VERSION="0.7.0"
10+
VERSION="0.7.1"
1111
ENTRY_FILE="src/main.go" # Main Entry File To Compile
1212
OUTPUT="$DIST/$BINARY" # Output Path Of Built Binary
1313
COMPRESSED_OUTPUT="$OUTPUT-$VERSION-x86_64" # Output path of the compressed binary

0 commit comments

Comments
 (0)