fixed typo in version number

This commit is contained in:
hbeham
2015-06-05 06:12:49 +02:00
parent a6c50f48a2
commit 5ed94da80f
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ namespace ChanSort.Ui
{
public partial class MainForm : XtraForm
{
public const string AppVersion = "v2015-05-06";
public const string AppVersion = "v2015-06-05";
private const int MaxMruEntries = 10;