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 83cf7eb commit aea5253Copy full SHA for aea5253
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