Skip to content

Commit 39e2d8a

Browse files
committed
chore: update version to 1.12.0 in build.gradle.kts
1 parent 88899db commit 39e2d8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

surf-api-gradle-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121
group = groupId
2222
version = buildString {
2323
append(mcVersion)
24-
append("-1.11.8")
24+
append("-1.12.0")
2525
if (snapshot) append("-SNAPSHOT")
2626
}
2727

0 commit comments

Comments
 (0)