Bump version to 4.0.0

This commit is contained in:
KennyTV 2021-04-23 22:50:35 +02:00
parent 9e62c161b4
commit 516be47827
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ plugins {
allprojects {
group = "nl.matsv"
version = "3.3.0-21w15a"
version = "4.0.0-21w16a"
description = "Allow older clients to join newer server versions."
}

View File

@ -54,7 +54,7 @@ import java.util.logging.Logger;
public interface ViaBackwardsPlatform {
String MINIMUM_VV_VERSION = "3.3.0";
String MINIMUM_VV_VERSION = "4.0.0";
String IMPL_VERSION = "$IMPL_VERSION";
/**