Skip to content

Commit 84a7f67

Browse files
feat: downgrade version from 1.5.4 to 1.5.3 in build configuration
1 parent 2bf12e8 commit 84a7f67

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

0 commit comments

Comments
 (0)