This commit is contained in:
Juan Cruz Linsalata 2022-06-14 20:59:59 -03:00 committed by GitHub
parent 57bec564c0
commit 460b0f0c11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ index 2fef94e5..15a639de 100644
public String getVersion()
{
- return ( BungeeCord.class.getPackage().getImplementationVersion() == null ) ? "unknown" : BungeeCord.class.getPackage().getImplementationVersion();
+ return "1.0.2";
+ return "1.0.3";
}
public void reloadMessages()