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.
2 parents a41f44e + dc4b1cc commit 4569065Copy full SHA for 4569065
src/Common/AzurePowerShell.cs
@@ -26,9 +26,9 @@ public class AzurePowerShell
26
27
public const string AssemblyCopyright = "Copyright © Microsoft";
28
29
- public const string AssemblyVersion = "6.6.0";
+ public const string AssemblyVersion = "6.9.0";
30
31
- public const string AssemblyFileVersion = "6.6.0";
+ public const string AssemblyFileVersion = "6.9.0";
32
33
public const string ProfileFile = "AzureProfile.json";
34
0 commit comments