Skip to content

Commit

Permalink
Bump ViaFabric to 0.4.15.
Browse files Browse the repository at this point in the history
Done to ensure ViaVersion 5.0.2 is in place and because ReplayMod is temporarily disabled.
  • Loading branch information
Kichura authored and FlorianMichael committed Jul 28, 2024
1 parent b70c1a1 commit 1af501e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def ENV = System.getenv()

group = "com.viaversion.fabric"
description = "Client-side and server-side ViaVersion implementation for Fabric"
version = "0.4.14+" + ENV.GITHUB_RUN_NUMBER + "-" + getBranch()
version = "0.4.15+" + ENV.GITHUB_RUN_NUMBER + "-" + getBranch()
logger.lifecycle("Building ViaFabric: $version")

def getBranch() {
Expand Down

0 comments on commit 1af501e

Please sign in to comment.