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 6034f57 commit 2a0c6adCopy full SHA for 2a0c6ad
Virtual_EDW/Form_Main.cs
@@ -33,7 +33,7 @@ public FormMain()
33
InitializeComponent();
34
35
// Set the version of the build for everything
36
- const string versionNumberForApplication = "v1.6.2";
+ const string versionNumberForApplication = "v1.6.3";
37
38
Text = $"Virtual Data Warehouse - {versionNumberForApplication}";
39
VdwConfigurationSettings.VdwEventLog.Add(Event.CreateNewEvent(EventTypes.Information, $"{Text}."));
0 commit comments