Skip to content

Commit

Permalink
version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
CubBossa committed Aug 6, 2023
1 parent e1b0e20 commit 45b65ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ java {
}

group = "de.cubbossa"
version = "4.3.1"
version = "4.3.2"

checkstyle {
toolVersion = "10.7.0"
Expand Down
2 changes: 1 addition & 1 deletion pathfinder-test-utils/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "de.cubbossa"
version = "4.3.1"
version = "4.3.2"

repositories {
mavenCentral()
Expand Down

0 comments on commit 45b65ae

Please sign in to comment.