diff --git a/CHANGELOG.md b/CHANGELOG.md index 3414c8dbb4..9085e06b4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog - + ## [v0.7.0](https://github.com/lf-lang/lingua-franca/tree/v0.7.0) (2024-03-19) To change this text, edit notes/lingua-franca/v0.7.0.md in the release-notes repo. diff --git a/core/src/main/resources/org/lflang/StringsBundle.properties b/core/src/main/resources/org/lflang/StringsBundle.properties index 6c227b0dd2..cca9898a1e 100644 --- a/core/src/main/resources/org/lflang/StringsBundle.properties +++ b/core/src/main/resources/org/lflang/StringsBundle.properties @@ -1 +1 @@ -VERSION = 0.6.1-SNAPSHOT +VERSION = 0.7.0 diff --git a/gradle.properties b/gradle.properties index 42a4872a0f..088c845473 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ [header] group=org.lflang -version=0.6.1-SNAPSHOT +version=0.7.0 [versions] antlrVersion=4.7.2