Skip to content

Commit 55112a6

Browse files
authored
Update version from 1.8.3 to 1.9.0
1 parent 4da00e4 commit 55112a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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.8.3")
23+
append("-1.9.0")
2424
if (snapshot) append("-SNAPSHOT")
2525
}
2626

@@ -163,4 +163,4 @@ idea {
163163
java {
164164
withJavadocJar()
165165
withSourcesJar()
166-
}
166+
}

0 commit comments

Comments
 (0)