From 47e6573e54c9544fb701e9ab2bc5bdc3b8c76db7 Mon Sep 17 00:00:00 2001 From: "lingua-franca[bot]" <97201490+francabot@users.noreply.github.com> Date: Fri, 26 Jan 2024 08:10:12 -0800 Subject: [PATCH] Bump version to 0.6.0 --- CHANGELOG.md | 2 +- LICENSE | 2 +- core/src/main/resources/org/lflang/StringsBundle.properties | 2 +- gradle.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eeaef7fcc..9126bfda9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog - + ## [v0.6.0](https://github.com/lf-lang/lingua-franca/tree/v0.6.0) (2024-01-26) **Highlights** diff --git a/LICENSE b/LICENSE index 025e767c57..879a3b54e3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ This software is licensed under the BSD 2-Clause License. -Copyright (c) 2019-2023, the Lingua Franca contributors. +Copyright (c) 2019-2024, the Lingua Franca contributors. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/src/main/resources/org/lflang/StringsBundle.properties b/core/src/main/resources/org/lflang/StringsBundle.properties index a84b5b44f1..e102454ef8 100644 --- a/core/src/main/resources/org/lflang/StringsBundle.properties +++ b/core/src/main/resources/org/lflang/StringsBundle.properties @@ -1 +1 @@ -VERSION = 0.5.2-SNAPSHOT +VERSION = 0.6.0 diff --git a/gradle.properties b/gradle.properties index edfd349707..beef56c512 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ [header] group=org.lflang -version=0.5.2-SNAPSHOT +version=0.6.0 [versions] antlrVersion=4.7.2