We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e469006 commit 74e7e5dCopy full SHA for 74e7e5d
EnhancePoE/View/MainWindow.xaml.cs
@@ -22,7 +22,7 @@ public partial class MainWindow : Window, INotifyPropertyChanged
22
public static ChaosRecipeEnhancer Overlay { get; } = new ChaosRecipeEnhancer();
23
public static StashTabWindow StashTabOverlay { get; } = new StashTabWindow();
24
25
- public string AppVersionText { get; } = "v.1.2.8-zemoto";
+ public string AppVersionText { get; } = "v.1.5.1-zemoto";
26
27
private StashTab _selectedStashTab;
28
public StashTab SelectedStashTab
0 commit comments