Skip to content

Commit a6e86d9

Browse files
committed
0.4.18 Release
1 parent 6f94496 commit a6e86d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
private val env = System.getenv()
1212
group = "com.viaversion.fabric"
1313
description = "Client-side and server-side ViaVersion implementation for Fabric"
14-
version = "0.4.17+" + env["GITHUB_RUN_NUMBER"] + "-" + getBranch()
14+
version = "0.4.18+" + env["GITHUB_RUN_NUMBER"] + "-" + getBranch()
1515

1616
fun getBranch(): String {
1717
val branch = env["GITHUB_REF"] ?: grgit.branch.current().name ?: "unknown"

0 commit comments

Comments
 (0)