Skip to content

Commit aea5253

Browse files
committed
Update version for telemetry in version 6.9.0
1 parent 83cf7eb commit aea5253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Common/AzurePowerShell.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ public class AzurePowerShell
2626

2727
public const string AssemblyCopyright = "Copyright © Microsoft";
2828

29-
public const string AssemblyVersion = "6.6.0";
29+
public const string AssemblyVersion = "6.9.0";
3030

31-
public const string AssemblyFileVersion = "6.6.0";
31+
public const string AssemblyFileVersion = "6.9.0";
3232

3333
public const string ProfileFile = "AzureProfile.json";
3434

0 commit comments

Comments
 (0)