Skip to content

Commit db325f6

Browse files
committed
Update make
1 parent 56514e8 commit db325f6

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"
77
DIST="build"
88
ENTRY_FILE="src/main.go"
99
OUTPUT="$DIST/$BINARY"
10-
VERSION="0.1.0"
10+
VERSION="0.2.1"
1111

1212
if [[ $1 = '' ]]; then
1313
echo "Compiling '$ENTRY_FILE' into '$DIST'"

0 commit comments

Comments
 (0)