Skip to content

Commit 2a0c6ad

Browse files
committed
Ready for v1.6.3
1 parent 6034f57 commit 2a0c6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Virtual_EDW/Form_Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public FormMain()
3333
InitializeComponent();
3434

3535
// Set the version of the build for everything
36-
const string versionNumberForApplication = "v1.6.2";
36+
const string versionNumberForApplication = "v1.6.3";
3737

3838
Text = $"Virtual Data Warehouse - {versionNumberForApplication}";
3939
VdwConfigurationSettings.VdwEventLog.Add(Event.CreateNewEvent(EventTypes.Information, $"{Text}."));

0 commit comments

Comments
 (0)