File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
opentcs-documentation/src/docs/release-notes Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ else if (System.env.CI_PIPELINE_IID) {
2121// - The minor version number should be incremented when new feature were added.
2222// - The patch level should be incremented with every small change to the code
2323// (e.g. bugfixes).
24- project. version = " 7.2 .0"
24+ project. version = " 7.3 .0"
2525if (! (project. hasProperty(" NO_BUILD_NUMBER" )
2626 && Boolean . valueOf(project. getProperties(). get(" NO_BUILD_NUMBER" )))) {
2727 project. version + = " -$versionBuild "
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ The openTCS developers
1616This change log lists the most relevant changes for past releases in reverse chronological order.
1717(Note that the openTCS project adheres to https://semver.org/[Semantic Versioning].)
1818
19+ == Unreleased
20+
21+ ...
22+
1923== Version 7.2 (2026-02-02)
2024
2125* New features and enhancements:
You can’t perform that action at this time.
0 commit comments