Skip to content

Commit

Permalink
updating the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
patbeagan1 committed Feb 16, 2022
1 parent a3ae325 commit 1d296f8
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 @@ -17,7 +17,7 @@ childProjects
.forEach { entry ->
entry.value.run {
group = "dev.patbeagan"
version = "0.5.0"
version = "0.6.0"
afterEvaluate {
tasks {
named<ShadowJar>("shadowJar") {
Expand Down

0 comments on commit 1d296f8

Please sign in to comment.