Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DorielRivalet committed Nov 6, 2022
1 parent af0583d commit d3eb763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MHFZ_Overlay/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ protected override void OnSourceInitialized(EventArgs e)
public const int WS_EX_TRANSPARENT = 0x00000020;
public const int GWL_EXSTYLE = (-20);
//set version here
public const string CurrentProgramVersion = "v0.10.4";
public const string CurrentProgramVersion = "v0.11.1";

[DllImport("user32.dll")]
public static extern int GetWindowLong(IntPtr hwnd, int index);
Expand Down

0 comments on commit d3eb763

Please sign in to comment.