Skip to content

Commit e721143

Browse files
feat: bump version to 1.6.2
1 parent 5977a13 commit e721143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.6.1")
23+
append("-1.6.2")
2424
if (snapshot) append("-SNAPSHOT")
2525
}
2626

0 commit comments

Comments
 (0)