Skip to content

Commit de79bf4

Browse files
committed
Rev version
1 parent ca9d7e5 commit de79bf4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

EnhancePoE/View/MainWindow.xaml.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using System.Windows.Controls;
55
using System.Windows.Input;
66
using System.ComponentModel;
7-
using System.Windows.Navigation;
87
using EnhancePoE.Model;
98
using EnhancePoE.View;
109
using System.IO;
@@ -20,7 +19,7 @@ public partial class MainWindow : Window, INotifyPropertyChanged
2019
public static ChaosRecipeEnhancer Overlay { get; private set; } = new ChaosRecipeEnhancer();
2120
public static StashTabWindow StashTabOverlay { get; private set; } = new StashTabWindow();
2221

23-
public string AppVersionText { get; } = "v.1.2.6.0";
22+
public string AppVersionText { get; } = "v.1.2.7-zemoto";
2423

2524
private Visibility _indicesVisible = Visibility.Hidden;
2625
public Visibility IndicesVisible

0 commit comments

Comments
 (0)