diff --git a/CHANGELOG.md b/CHANGELOG.md index 136f33f..dc6226b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# devel +# 4.2 (2021-03-09) ## EliteAttack 8.2 @@ -8,7 +8,7 @@ reminding you if you forgot to buy some. Default: true. (see discussion on #86) -## RatAttack 6.1.1 +## RatAttack 6.2 ### Added diff --git a/VERSION b/VERSION index 99eba4d..ef8d756 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.0 \ No newline at end of file +4.2.0 \ No newline at end of file diff --git a/plugins/RatAttack/RatAttack.cs b/plugins/RatAttack/RatAttack.cs index 742b4b2..ae70391 100644 --- a/plugins/RatAttack/RatAttack.cs +++ b/plugins/RatAttack/RatAttack.cs @@ -251,7 +251,7 @@ private static void Context_ParseRatsignal(dynamic vaProxy) | required VoiceAttack plugin shenanigans | \========================================*/ - static readonly Version VERSION = new Version("6.1.1"); + static readonly Version VERSION = new Version("6.2.0"); public static Guid VA_Id() => new Guid("{F2ADF0AE-4837-4E4A-9C87-8A7E2FA63E5F}");