There was an error while loading. Please reload this page.
1 parent db5c3ca commit b3567d7Copy full SHA for b3567d7
2 files changed
basalt.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = 'bake'
3
slug = 'bake'
4
-version = '1.6.0'
+version = '1.7.0'
5
authors = ['Edwin Kofler <edwin@kofler.dev>']
6
description = 'A Bash-based Make alternative'
7
pkg/src/bakeScript.sh
@@ -309,7 +309,7 @@ __bake_parse_args() {
309
fi
310
;;
311
-v)
312
- local bake_version='1.6.0'
+ local bake_version='1.7.0'
313
printf '%s\n' "Version: $bake_version"
314
315
-h)
0 commit comments