We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7732dc2 commit 74578e7Copy full SHA for 74578e7
build.gradle.kts
@@ -19,7 +19,7 @@ allprojects {
19
apply(plugin = "io.github.p03w.machete")
20
21
group = "dev.isxander"
22
- version = "2.0.0"
+ version = "2.1.0"
23
24
extra.set("changelog", rootProject.file("changelogs/${project.version}.md").takeIf { it.exists() }?.readText())
25
0 commit comments