Skip to content

Commit 972a58b

Browse files
author
Roelant Vos
committed
Update Form_Main.cs
1 parent 814ee13 commit 972a58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TEAM/Form_Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public FormMain()
3131
InitializeComponent();
3232

3333
// Set the version of the build for everything
34-
const string versionNumberForTeamApplication = "v1.6.18";
34+
const string versionNumberForTeamApplication = "v1.6.19";
3535
Text = $@"Taxonomy for ETL Automation Metadata {versionNumberForTeamApplication}";
3636

3737
TeamEventLog.Add(Event.CreateNewEvent(EventTypes.Information, $"The TEAM root path is {globalParameters.RootPath}."));

0 commit comments

Comments
 (0)