Skip to content

Commit dc4b1cc

Browse files
author
Maddie Clayton
authored
Merge pull request #56 from Azure/v690
Update PowerShell telemetry version for Ignite release
2 parents 83cf7eb + 5914bbc commit dc4b1cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Common/AzurePowerShell.cs

+2-2
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)