Skip to content

Commit 022e465

Browse files
bump version to 0.5.2
1 parent bec462c commit 022e465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ compileKotlin.compilerOptions.jvmTarget.set(JvmTarget.JVM_17)
4343
val gitVersion: groovy.lang.Closure<String> by extra
4444

4545
group = "com.viaversion.aas"
46-
version = "0.5.1+" + try {
46+
version = "0.5.2+" + try {
4747
gitVersion()
4848
} catch (e: Exception) {
4949
"unknown"

0 commit comments

Comments
 (0)