diff --git a/build.gradle b/build.gradle index 0b43424f7..51b241e29 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { sourceCompatibility = 1.8 targetCompatibility = 1.8 group = 'org.megamek' -version = '0.45.5-SNAPSHOT' +version = '0.47.0' sourceSets { main { diff --git a/docs/history.txt b/docs/history.txt index 0b78cc3d2..753077b65 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -1,6 +1,6 @@ VERSION HISTORY: ---------------- -v0.47.0-SNAPSHOT +v0.47.0 (2019-08-21 0300 UTC) + Issue #336: Quad Battlemechs are unable to allocate industrial physical weapons to their side torsos v0.46.0 (2019-08-20 1900 UTC) diff --git a/src/megameklab/com/MegaMekLab.java b/src/megameklab/com/MegaMekLab.java index e9822a905..4166eb565 100644 --- a/src/megameklab/com/MegaMekLab.java +++ b/src/megameklab/com/MegaMekLab.java @@ -35,7 +35,7 @@ import megameklab.com.ui.Mek.MainUI; public class MegaMekLab { - public static final String VERSION = "0.45.5-SNAPSHOT"; + public static final String VERSION = "0.47.0"; private static MMLogger logger = null;