Bump version

This commit is contained in:
Player 2019-12-28 16:30:48 +01:00
parent 5341049050
commit 90fe97f88e

View file

@ -12,7 +12,7 @@ plugins {
def ENV = System.getenv()
class Globals {
static def baseVersion = "0.4.25"
static def baseVersion = "0.4.26"
static def mcVersion = "1.15.1"
static def yarnVersion = "+build.1"
}