Skip to content

Commit

Permalink
1.5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorovvl committed Jun 2, 2024
1 parent 03627b0 commit 7fd2e17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.6.4</version>
<url>https://github.com/fedorovvl/tso_client/releases/tag/v1.5.6.4/</url>
<changelog>https://github.com/fedorovvl/tso_client/releases/tag/v1.5.6.4</changelog>
<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>
</item>

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

0 comments on commit 7fd2e17

Please sign in to comment.