We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f94496 commit a6e86d9Copy full SHA for a6e86d9
build.gradle.kts
@@ -11,7 +11,7 @@ plugins {
11
private val env = System.getenv()
12
group = "com.viaversion.fabric"
13
description = "Client-side and server-side ViaVersion implementation for Fabric"
14
-version = "0.4.17+" + env["GITHUB_RUN_NUMBER"] + "-" + getBranch()
+version = "0.4.18+" + env["GITHUB_RUN_NUMBER"] + "-" + getBranch()
15
16
fun getBranch(): String {
17
val branch = env["GITHUB_REF"] ?: grgit.branch.current().name ?: "unknown"
0 commit comments