From abc102f0b8b95d3c9ed69eeece981329455bbfec Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 21 Apr 2023 14:19:43 +0200 Subject: [PATCH] Version bump --- CHANGELOG.md | 4 +++- resources/BABASHKA_RELEASED_VERSION | 2 +- resources/BABASHKA_VERSION | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d6997a8..3f4b713e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,13 @@ A preview of the next release can be installed from [Babashka](https://github.com/babashka/babashka): Native, fast starting Clojure interpreter for scripting +[Babashka-conf](https://babashka.org/conf/) is happening June 10th in Berlin. Save the date! + ## 1.3.177 (2023-04-18) - [#1541](https://github.com/babashka/babashka/issues/1541): respect `bb.edn` adjacent to invoked file. This eases writing system-global scripts from - projects without using bbin. + projects without using bbin. See [docs](https://book.babashka.org/#_script_adjacent_bb_edn). - [#1523](https://github.com/babashka/babashka/pull/1523): Reduce the size of the Docker images ([@raszi](https://github.com/raszi)) - Upgrade deps.clj to v1.11.1.1273 - Upgrade transit-clj to 1.0.333 diff --git a/resources/BABASHKA_RELEASED_VERSION b/resources/BABASHKA_RELEASED_VERSION index c0ecbf47..9804ce54 100644 --- a/resources/BABASHKA_RELEASED_VERSION +++ b/resources/BABASHKA_RELEASED_VERSION @@ -1 +1 @@ -1.3.176 \ No newline at end of file +1.3.177 \ No newline at end of file diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index 9804ce54..f753ffb3 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -1.3.177 \ No newline at end of file +1.3.178-SNAPSHOT \ No newline at end of file