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";