Skip to content

Commit

Permalink
[ci skip] Update project version to 1.0.4
Browse files Browse the repository at this point in the history
Incremented the project version from 1.0.3 to 1.0.4 in build.gradle.kts. This prepares the project for the next release cycle.
  • Loading branch information
NonSwag committed Sep 5, 2024
1 parent 69dacaa commit 7d24151
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.3"
version = "1.0.4"

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

0 comments on commit 7d24151

Please sign in to comment.