Minor version bump

This commit is contained in:
shedaniel
2020-12-30 18:54:26 +08:00
parent 64e45f54c4
commit 859101428c

View File

@@ -9,7 +9,7 @@ plugins {
}
group "me.shedaniel"
version = "1.2." + (System.getenv("GITHUB_RUN_NUMBER") == null ? (((short) new Random().nextInt()).abs() + 1000).toString() : System.getenv("GITHUB_RUN_NUMBER"))
version = "1.3." + (System.getenv("GITHUB_RUN_NUMBER") == null ? (((short) new Random().nextInt()).abs() + 1000).toString() : System.getenv("GITHUB_RUN_NUMBER"))
logger.lifecycle(":building architectury plugin v${version}")