Skip to content

Commit

Permalink
4.4!
Browse files Browse the repository at this point in the history
  • Loading branch information
alterNERDtive committed May 31, 2022
1 parent bc5addd commit 99305cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# devel
# 4.4 (2022-05-31)

### Added

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.3.1
4.4
2 changes: 1 addition & 1 deletion plugins/EliteAttack/EliteAttack.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace EliteAttack
/// </summary>
public class EliteAttack
{
private static readonly Version VERSION = new ("8.3");
private static readonly Version VERSION = new ("8.4");

private static VoiceAttackLog? log;
private static VoiceAttackCommands? commands;
Expand Down
2 changes: 1 addition & 1 deletion plugins/VoiceAttack-base/base.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace alterNERDtive
[System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1649:File name should match first type name", Justification = "F off :)")]
public class BasePlugin
{
private static readonly Version VERSION = new ("4.3.1");
private static readonly Version VERSION = new ("4.4");

private static readonly Dictionary<Guid, string> Profiles = new ()
{
Expand Down

0 comments on commit 99305cf

Please sign in to comment.