Skip to content

Commit

Permalink
release: v1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Oct 15, 2022
1 parent 0bf1234 commit 8a8da03
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.11.1'
version = '1.11.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 @@ -15,7 +15,7 @@
#
# Learn more about it [on GitHub](https://github.com/hyperupcall/bake)

__global_bake_version='1.11.1'
__global_bake_version='1.11.2'

if [ "$BAKE_INTERNAL_ONLY_VERSION" = 'yes' ]; then
# This is unused, but keep it here just in case
Expand Down

0 comments on commit 8a8da03

Please sign in to comment.