We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea21de commit d5fa8deCopy full SHA for d5fa8de
build.gradle.kts
@@ -21,7 +21,7 @@ plugins {
21
defaultTasks("shadowJar")
22
23
group = "io.tebex"
24
-version = "2.3.0"
+version = "2.3.1"
25
26
tasks.register("processSources", Copy::class.java) {
27
val props = mapOf("@VERSION@" to rootProject.version)
0 commit comments