Skip to content

Commit

Permalink
Update Version To 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pegvin authored Apr 3, 2022
1 parent 3d9e5e6 commit 0aec994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0aec994

Please sign in to comment.