From 7ba1cf40d7ab6cd77871f1e09cbf15261476dea8 Mon Sep 17 00:00:00 2001 From: HammerGS Date: Sun, 2 Feb 2025 15:35:27 -0700 Subject: [PATCH] Ready to Develop --- MekHQ/docs/history.txt | 2 ++ build.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/MekHQ/docs/history.txt b/MekHQ/docs/history.txt index 0b9d788dc1..db4b098fbf 100644 --- a/MekHQ/docs/history.txt +++ b/MekHQ/docs/history.txt @@ -1,5 +1,7 @@ MEKHQ VERSION HISTORY: --------------- +0.50.04-SNAPSHOT + 0.50.03 (2025-02-02 2030 UTC) + PR #5568: Spare parts rules reference adjustment + PR #5559: Refactored Combat Team Handling in Scenarios for Better null Safety diff --git a/build.gradle b/build.gradle index 18f0a5ad5e..e65f0ebb46 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ allprojects { subprojects { group = 'org.megamek' - version = '0.50.03' + version = '0.50.04-SNAPSHOT' } // A properties_local.gradle file can be used to override any of the above options. For instance,