Skip to content

Commit

Permalink
Update toolbox version.
Browse files Browse the repository at this point in the history
  • Loading branch information
TBXin committed Dec 21, 2016
1 parent 1529662 commit e775a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NToolbox/Windows/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace NToolbox.Windows
{
internal partial class MainWindow : WindowBase
{
private const string ApplicationVersion = "1.1";
private const string ApplicationVersion = "1.2";
private const string SettingsFileName = "NToolboxConfiguration.xml";
private readonly ConfigurationStorage m_configurationStorage = new ConfigurationStorage();
private readonly StartupMode m_startupMode;
Expand Down

0 comments on commit e775a8b

Please sign in to comment.