Skip to content

Commit

Permalink
[ci skip] Update project version to 2.1.2
Browse files Browse the repository at this point in the history
This change increments the project version from 2.1.1 to 2.1.2. It ensures the build script reflects the latest version of the software.
  • Loading branch information
NonSwag committed Oct 3, 2024
1 parent 53cbddd commit ffce22c
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 @@ -4,7 +4,7 @@ plugins {
}

group = "net.thenextlvl.arkitektonika"
version = "2.1.1"
version = "2.1.2"

java {
toolchain.languageVersion = JavaLanguageVersion.of(21)
Expand Down

0 comments on commit ffce22c

Please sign in to comment.