Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Apr 10, 2022
1 parent db5c3ca commit b3567d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion basalt.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = 'bake'
slug = 'bake'
version = '1.6.0'
version = '1.7.0'
authors = ['Edwin Kofler <[email protected]>']
description = 'A Bash-based Make alternative'

Expand Down
2 changes: 1 addition & 1 deletion pkg/src/bakeScript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ __bake_parse_args() {
fi
;;
-v)
local bake_version='1.6.0'
local bake_version='1.7.0'
printf '%s\n' "Version: $bake_version"
;;
-h)
Expand Down

0 comments on commit b3567d7

Please sign in to comment.