Skip to content

Commit 6c0b6d4

Browse files
committed
Set version 6.1.1 and release date in changelog
Merged-by: Stefan Walter <[email protected]>
1 parent 2bb4ea1 commit 6c0b6d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/common.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ else if (System.env.CI_PIPELINE_IID) {
1818
// - The minor version number should be incremented when new feature were added.
1919
// - The patch level should be incremented with every small change to the code
2020
// (e.g. bugfixes).
21-
project.version = "6.1.0"
21+
project.version = "6.1.1"
2222
if (!(project.hasProperty("NO_BUILD_NUMBER")
2323
&& Boolean.valueOf(project.getProperties().get("NO_BUILD_NUMBER")))) {
2424
project.version += "-$versionBuild"

openTCS-Documentation/src/docs/release-notes/changelog.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The openTCS developers
1212

1313
This change log lists the most relevant changes for past releases in reverse chronological order.
1414

15-
== Unreleased
15+
== Version 6.1.1 (2024-09-16)
1616

1717
* Bugs fixes:
1818
** Correctly enable/disable controls in the Operations Desk application when it is connected to / disconnected from the kernel.

0 commit comments

Comments
 (0)