Skip to content

Commit

Permalink
[ci skip] Update project version to 0.2.0
Browse files Browse the repository at this point in the history
Incremented the version from 0.1.0 to 0.2.0 in build.gradle.kts. This change reflects progress with new updates or features in the project.
  • Loading branch information
NonSwag committed Dec 24, 2024
1 parent a792f8c commit 6890077
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 @@ -11,7 +11,7 @@ plugins {
}

group = "net.thenextlvl.economist"
version = "0.1.0"
version = "0.2.0"

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

0 comments on commit 6890077

Please sign in to comment.