Skip to content

Commit

Permalink
Release | Version 2.3.1
Browse files Browse the repository at this point in the history
- Added instructions on how to release (mostly for me)
- SolutionRunner now accepts a year for the report
- Added missing Kotlin Doc
- Benchmark delta report now prints positive micro second deltas in yellow
- Point2D is now comparable
  • Loading branch information
TomPlum committed Dec 12, 2022
1 parent e61b0de commit 7321015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ subprojects {
apply(plugin = "maven-publish")

ext {
set("releaseVersion", "2.3.0")
set("releaseVersion", "2.3.1")
}

repositories {
Expand Down

0 comments on commit 7321015

Please sign in to comment.