Skip to content

Commit 54bc6dd

Browse files
committed
chore: Bump version
1 parent 64f6ef4 commit 54bc6dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
id("com.xpdustry.toxopid") version "4.2.0"
1414
}
1515

16-
version = "2.0.0" + if (findProperty("release").toString().toBoolean()) "" else "-SNAPSHOT"
16+
version = "2.0.1" + if (findProperty("release").toString().toBoolean()) "" else "-SNAPSHOT"
1717
group = "com.xpdustry"
1818
description = "A collection of plugins providing SQL drivers for other plugins."
1919

0 commit comments

Comments
 (0)