From 69517e2789c425a029359d36a6c2ae4a14edf73b Mon Sep 17 00:00:00 2001 From: brachy84 Date: Sat, 8 Feb 2025 11:04:08 +0000 Subject: [PATCH] Bump version to 1.4.10 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 81b1a2d..9048b1c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ modGroup = com.cleanroommc.bogosorter # Version of your mod. # This field can be left empty if you want your mod's version to be determined by the latest git tag instead. -modVersion = 1.4.9 +modVersion = 1.4.10 # Whether to use the old jar naming structure (modid-mcversion-version) instead of the new version (modid-version) includeMCVersionJar = false