Skip to content

Commit

Permalink
Update make
Browse files Browse the repository at this point in the history
  • Loading branch information
pegvin committed Mar 18, 2022
1 parent cdfaa8d commit caa82dd
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"
DIST="build"
ENTRY_FILE="src/main.go"
OUTPUT="$DIST/$BINARY"
VERSION="0.2.3"
VERSION="0.3.4"

if [[ $1 = '' ]]; then
echo "Compiling '$ENTRY_FILE' into '$DIST'"
Expand Down

0 comments on commit caa82dd

Please sign in to comment.