diff --git a/basalt.toml b/basalt.toml index 02b7859..b8d7571 100644 --- a/basalt.toml +++ b/basalt.toml @@ -2,7 +2,7 @@ type = 'app' name = 'bake' slug = 'bake' -version = '1.11.1' +version = '1.11.2' authors = ['Edwin Kofler '] description = 'A Bash-based Make alternative' diff --git a/pkg/src/bakeScript.sh b/pkg/src/bakeScript.sh index 82d5dcf..346d263 100644 --- a/pkg/src/bakeScript.sh +++ b/pkg/src/bakeScript.sh @@ -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