File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
openTCS-Documentation/src/docs/release-notes Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ else if (System.env.CI_PIPELINE_IID) {
18
18
// - The minor version number should be incremented when new feature were added.
19
19
// - The patch level should be incremented with every small change to the code
20
20
// (e.g. bugfixes).
21
- project. version = " 6.1.0 "
21
+ project. version = " 6.1.1 "
22
22
if (! (project. hasProperty(" NO_BUILD_NUMBER" )
23
23
&& Boolean . valueOf(project. getProperties(). get(" NO_BUILD_NUMBER" )))) {
24
24
project. version + = " -$versionBuild "
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The openTCS developers
12
12
13
13
This change log lists the most relevant changes for past releases in reverse chronological order.
14
14
15
- == Unreleased
15
+ == Version 6.1.1 (2024-09-16)
16
16
17
17
* Bugs fixes:
18
18
** Correctly enable/disable controls in the Operations Desk application when it is connected to / disconnected from the kernel.
You can’t perform that action at this time.
0 commit comments