Skip to content

Commit

Permalink
v1.5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorovvl committed Sep 17, 2024
1 parent 229c3ca commit 4611bd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions changelog.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.5.7.0</version>
<url>https://github.com/fedorovvl/tso_client/releases/tag/v1.5.7.0/</url>
<changelog>https://github.com/fedorovvl/tso_client/releases/tag/v1.5.7.0</changelog>
<mandatory>true</mandatory>
<version>1.5.8.0</version>
<url>https://github.com/fedorovvl/tso_client/releases/tag/v1.5.8.0/</url>
<changelog>https://github.com/fedorovvl/tso_client/releases/tag/v1.5.8.0</changelog>
<mandatory>false</mandatory>
</item>

2 changes: 1 addition & 1 deletion client/Main.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public partial class Main : Window, INotifyPropertyChanged
private static string extraVersion = "#TESTTAG#";
public string appversion
{
get { return "1.5.7.0"; }
get { return "1.5.8.0"; }
}
public string langLogin
{
Expand Down

0 comments on commit 4611bd6

Please sign in to comment.