From 765a9c084689938bdbf3231f893e939f72d985ae Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 31 Jul 2022 14:20:40 +0200 Subject: [PATCH] Version bump --- CHANGELOG.md | 4 ++++ resources/BABASHKA_RELEASED_VERSION | 2 +- resources/BABASHKA_VERSION | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 268603f4..8f5c3d95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ For a list of breaking changes, check [here](#breaking-changes). A preview of the next release can be installed from [babashka-dev-builds](https://github.com/babashka/babashka-dev-builds). +## 0.9.161 (2022-07-31) + +- Fix `exec` + ## 0.9.160 (2022-07-29) - Breaking: change `exec`, introduced in `0.9.159` to a function instead. diff --git a/resources/BABASHKA_RELEASED_VERSION b/resources/BABASHKA_RELEASED_VERSION index a9c40c6c..b832233e 100644 --- a/resources/BABASHKA_RELEASED_VERSION +++ b/resources/BABASHKA_RELEASED_VERSION @@ -1 +1 @@ -0.9.160 \ No newline at end of file +0.9.161 \ No newline at end of file diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index b832233e..3792208e 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -0.9.161 \ No newline at end of file +0.9.162-SNAPSHOT \ No newline at end of file