diff --git a/CHANGELOG.md b/CHANGELOG.md index f80eda4945..797482fbeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog - + ## [v0.8.2](https://github.com/lf-lang/lingua-franca/tree/v0.8.2) (2024-08-02) **Highlights** diff --git a/core/src/main/resources/org/lflang/StringsBundle.properties b/core/src/main/resources/org/lflang/StringsBundle.properties index 67301f9f79..1b68c9b1ba 100644 --- a/core/src/main/resources/org/lflang/StringsBundle.properties +++ b/core/src/main/resources/org/lflang/StringsBundle.properties @@ -1 +1 @@ -VERSION = 0.8.2-SNAPSHOT +VERSION = 0.8.2 diff --git a/gradle.properties b/gradle.properties index 5cc77fa46e..822b97e32c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ [header] group=org.lflang -version=0.8.2-SNAPSHOT +version=0.8.2 [versions] antlrVersion=4.7.2