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 814ee13 commit 972a58bCopy full SHA for 972a58b
TEAM/Form_Main.cs
@@ -31,7 +31,7 @@ public FormMain()
31
InitializeComponent();
32
33
// Set the version of the build for everything
34
- const string versionNumberForTeamApplication = "v1.6.18";
+ const string versionNumberForTeamApplication = "v1.6.19";
35
Text = $@"Taxonomy for ETL Automation Metadata {versionNumberForTeamApplication}";
36
37
TeamEventLog.Add(Event.CreateNewEvent(EventTypes.Information, $"The TEAM root path is {globalParameters.RootPath}."));
0 commit comments