From aea525373833c1537185716634656834c4e72238 Mon Sep 17 00:00:00 2001 From: markcowl Date: Fri, 14 Sep 2018 10:45:45 -0700 Subject: [PATCH] Update version for telemetry in version 6.9.0 --- src/Common/AzurePowerShell.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Common/AzurePowerShell.cs b/src/Common/AzurePowerShell.cs index 5463af39d4..b28607eb5a 100644 --- a/src/Common/AzurePowerShell.cs +++ b/src/Common/AzurePowerShell.cs @@ -26,9 +26,9 @@ public class AzurePowerShell public const string AssemblyCopyright = "Copyright © Microsoft"; - public const string AssemblyVersion = "6.6.0"; + public const string AssemblyVersion = "6.9.0"; - public const string AssemblyFileVersion = "6.6.0"; + public const string AssemblyFileVersion = "6.9.0"; public const string ProfileFile = "AzureProfile.json";