From 913430e48b1a4ba02b89aade904342f3107fdc30 Mon Sep 17 00:00:00 2001 From: "lingua-franca[bot]" <97201490+francabot@users.noreply.github.com> Date: Sun, 27 Oct 2024 18:33:51 -0700 Subject: [PATCH] Bump version to 0.9.1-SNAPSHOT --- core/src/main/resources/org/lflang/StringsBundle.properties | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/resources/org/lflang/StringsBundle.properties b/core/src/main/resources/org/lflang/StringsBundle.properties index b815a26bf8..732ea8b8fb 100644 --- a/core/src/main/resources/org/lflang/StringsBundle.properties +++ b/core/src/main/resources/org/lflang/StringsBundle.properties @@ -1 +1 @@ -VERSION = 0.9.0 +VERSION = 0.9.1-SNAPSHOT diff --git a/gradle.properties b/gradle.properties index 530886f9f2..b844c48ff6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ [header] group=org.lflang -version=0.9.0 +version=0.9.1-SNAPSHOT [versions] antlrVersion=4.7.2