Skip to content

Commit

Permalink
Set version 6.1.2 and release date in changelog
Browse files Browse the repository at this point in the history
Merged-by: Martin Grzenia <[email protected]>
  • Loading branch information
martingr committed Sep 19, 2024
1 parent 2d1a329 commit 033de53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ else if (System.env.CI_PIPELINE_IID) {
// - The minor version number should be incremented when new feature were added.
// - The patch level should be incremented with every small change to the code
// (e.g. bugfixes).
project.version = "6.1.1"
project.version = "6.1.2"
if (!(project.hasProperty("NO_BUILD_NUMBER")
&& Boolean.valueOf(project.getProperties().get("NO_BUILD_NUMBER")))) {
project.version += "-$versionBuild"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The openTCS developers

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

== Unreleased
== Version 6.1.2 (2024-09-19)

* Bugs fixed:
** Properly handle paths that are being traversed in reverse direction in the bounding box edge evaluator.
Expand Down

0 comments on commit 033de53

Please sign in to comment.