Skip to content

Commit

Permalink
[ci skip] Update project version to 1.0.2
Browse files Browse the repository at this point in the history
Incremented the project version in the build configuration file. This update reflects the latest changes and ensures consistency across deployments.
  • Loading branch information
NonSwag committed Sep 2, 2024
1 parent 2b074ad commit 6fa83f5
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 @@ -5,7 +5,7 @@ plugins {
}

group = "net.thenextlvl.services"
version = "1.0.1"
version = "1.0.2"

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

0 comments on commit 6fa83f5

Please sign in to comment.