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 dd11b38 commit 715bc52Copy full SHA for 715bc52
build.gradle.kts
@@ -15,7 +15,7 @@ plugins {
15
private val env = System.getenv()
16
group = "com.viaversion.fabric"
17
description = "Client-side and server-side ViaVersion implementation for Fabric"
18
-version = "0.4.20+" + env["GITHUB_RUN_NUMBER"] + "-" + getBranch()
+version = "0.4.21+" + env["GITHUB_RUN_NUMBER"] + "-" + getBranch()
19
20
fun getBranch(): String {
21
val branch = env["GITHUB_REF"] ?: grgit.branch.current().name ?: "unknown"
0 commit comments