Skip to content

Commit 5a11173

Browse files
committed
Bump version to v3
1 parent 5ac8f9c commit 5a11173

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
@@ -10,7 +10,7 @@ plugins {
1010
id("xyz.jpenilla.run-paper") version "3.0.2"
1111
}
1212

13-
val rootVersion: String = (extra.properties["rootVersion"] as? String) ?: "2.15.5"
13+
val rootVersion: String = (extra.properties["rootVersion"] as? String) ?: "3.0.0"
1414
val snapshot: String = (extra.properties["snapshot"] as? String) ?: "SNAPSHOT"
1515
var revision: String = (extra.properties["revision"] as? String) ?: ""
1616
var buildNumber: String = (extra.properties["buildNumber"] as? String) ?: ""

0 commit comments

Comments
 (0)