Skip to content

Commit efb2700

Browse files
committed
Updated version nr for release.
1 parent 35b9947 commit efb2700

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
@@ -34,7 +34,7 @@ public FormMain()
3434
InitializeComponent();
3535

3636
// Set the version of the build for everything
37-
const string versionNumberForApplication = "v1.6.3";
37+
const string versionNumberForApplication = "v1.6.4";
3838

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

0 commit comments

Comments
 (0)