Skip to content

Commit e775a8b

Browse files
committed
Update toolbox version.
1 parent 1529662 commit e775a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NToolbox/Windows/MainWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace NToolbox.Windows
1212
{
1313
internal partial class MainWindow : WindowBase
1414
{
15-
private const string ApplicationVersion = "1.1";
15+
private const string ApplicationVersion = "1.2";
1616
private const string SettingsFileName = "NToolboxConfiguration.xml";
1717
private readonly ConfigurationStorage m_configurationStorage = new ConfigurationStorage();
1818
private readonly StartupMode m_startupMode;

0 commit comments

Comments
 (0)