Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
RekkasGit committed Mar 17, 2023
1 parent 2131f06 commit c9a9bf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion E3Next/Processors/Setup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public static class Setup
static public string _missingSpellItem = string.Empty;
static public Int32 _numInventorySlots = 10;
static public Int32 _previousSpellGemThatWasCast = -1;
public const string _e3Version = "1.0.37-beta";
public const string _e3Version = "1.0.38-beta";
public static Boolean _debug = true;
public const string _macroData_Ini = @"e3 Macro Inis\e3 Data.ini";
public static string _generalSettings_Ini = @"e3 Macro Inis\General Settings.ini";
Expand Down
2 changes: 1 addition & 1 deletion E3NextUI/E3UI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace E3NextUI

public partial class E3UI : Form
{
public static string Version = "v1.0.37-beta";
public static string Version = "v1.0.38-beta";
public static System.Diagnostics.Stopwatch _stopWatch = new System.Diagnostics.Stopwatch();
public static volatile bool ShouldProcess = true;

Expand Down

0 comments on commit c9a9bf3

Please sign in to comment.