Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorovvl committed Nov 4, 2022
1 parent 4f71496 commit d04b5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Main.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public partial class Main : Window, INotifyPropertyChanged
private string _langRemember;
public string appversion
{
get { return "1.5.2.0"; }
get { return "1.5.3.0"; }
}
public string langLogin
{
Expand Down

1 comment on commit d04b5da

@Kshyhoo67
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this version, it does not remember the path to the saved geologist / explorer templates.

Please sign in to comment.