Skip to content

Commit

Permalink
release: v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Jun 24, 2022
1 parent 0332712 commit c4a9a1f
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
Expand Up @@ -2,7 +2,7 @@
type = 'app'
name = 'bake'
slug = 'bake'
version = '1.8.0'
version = '1.8.1'
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 @@ -323,7 +323,7 @@ __bake_parse_args() {
fi
;;
-v)
local bake_version='1.7.0'
local bake_version='1.8.1'
printf '%s\n' "Version: $bake_version"
;;
-h)
Expand Down

0 comments on commit c4a9a1f

Please sign in to comment.