Skip to content

Commit 2ed94e9

Browse files
committed
feat: bump version to 1.11.8 in build.gradle.kts
1 parent c369a8f commit 2ed94e9

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
@@ -20,7 +20,7 @@ plugins {
2020
group = groupId
2121
version = buildString {
2222
append(mcVersion)
23-
append("-1.11.7")
23+
append("-1.11.8")
2424
if (snapshot) append("-SNAPSHOT")
2525
}
2626

0 commit comments

Comments
 (0)