Skip to content

Commit d8595fc

Browse files
author
david
committed
[ci skip] Update project version to 3.0.0
This update changes the project version from 2.1.5 to 3.0.0 in the build.gradle.kts file. It signals a major release, potentially including significant changes or improvements.
1 parent 251309d commit d8595fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
group = "net.thenextlvl.tweaks"
15-
version = "2.1.5"
15+
version = "3.0.0"
1616

1717
java {
1818
toolchain.languageVersion = JavaLanguageVersion.of(21)

0 commit comments

Comments
 (0)