We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56514e8 commit db325f6Copy full SHA for db325f6
1 file changed
make
@@ -7,7 +7,7 @@ BINARY="bread"
7
DIST="build"
8
ENTRY_FILE="src/main.go"
9
OUTPUT="$DIST/$BINARY"
10
-VERSION="0.1.0"
+VERSION="0.2.1"
11
12
if [[ $1 = '' ]]; then
13
echo "Compiling '$ENTRY_FILE' into '$DIST'"
0 commit comments