4.4!
This commit is contained in:
parent
bc5addd22a
commit
99305cfb5d
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# devel
|
||||
# 4.4 (2022-05-31)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.3.1
|
||||
4.4
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 ()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue