Skip to content

Commit

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

__global_bake_version='1.10.1'
__global_bake_version='1.11.0'
if [ "$BAKE_INTERNAL_ONLY_VERSION" = 'yes' ]; then
# shellcheck disable=SC2034
BAKE_INTERNAL_ONLY_VERSION_SUCCESS='yes'
Expand Down

0 comments on commit e70233c

Please sign in to comment.