Skip to content

Commit

Permalink
release: v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Jun 24, 2022
1 parent 167a309 commit d42bd2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bake

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1'
version = '1.8.2'
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.8.1'
local bake_version='1.8.2'
printf '%s\n' "Version: $bake_version"
;;
-h)
Expand Down

0 comments on commit d42bd2d

Please sign in to comment.