Skip to content

Commit 33e417a

Browse files
committed
update version to be compatible with 233.*
1 parent 7014cb3 commit 33e417a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tasks {
4242

4343
patchPluginXml {
4444
sinceBuild.set("231")
45-
untilBuild.set("232.*")
45+
untilBuild.set("233.*")
4646

4747
version.set(properties("plugin.version"))
4848
changeNotes.set(provider { changelog.getLatest().toHTML() })

0 commit comments

Comments
 (0)