update via

This commit is contained in:
creeper123123321 2021-06-10 07:07:19 -03:00 committed by GitHub
parent ee14ca2bb7
commit 9f8d29ee40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ plugins {
}
def ENV = System.getenv()
def vvVer = "4.0.0"
def vvVer = "4.0.1-SNAPSHOT"
description = "Client-side and server-side ViaVersion implementation for Fabric"
version = "0.4.1+" + ENV.GITHUB_RUN_NUMBER + "-" + getBranch()