We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b9947 commit efb2700Copy full SHA for efb2700
Virtual_EDW/Form_Main.cs
@@ -34,7 +34,7 @@ public FormMain()
34
InitializeComponent();
35
36
// Set the version of the build for everything
37
- const string versionNumberForApplication = "v1.6.3";
+ const string versionNumberForApplication = "v1.6.4";
38
39
Text = $"Virtual Data Warehouse - {versionNumberForApplication}";
40
VdwConfigurationSettings.VdwEventLog.Add(Event.CreateNewEvent(EventTypes.Information, $"{Text}."));
0 commit comments