Skip to content

Commit 0aec994

Browse files
authored
Update Version To 0.7.0
1 parent 3d9e5e6 commit 0aec994

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.6.2"
10+
VERSION="0.7.0"
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)