Skip to content

Commit 9343403

Browse files
authored
Merge pull request Azure#9770 from Azure/security-075
Update Security Module version
2 parents 758d5a7 + fa15b11 commit 9343403

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/Security/Security/Az.Security.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.7.4'
15+
ModuleVersion = '0.7.5'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'

src/Security/Security/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,5 @@
4545
//
4646
// You can specify all the values or you can default the Build and Revision Numbers
4747
// by using the '*' as shown below:
48-
// [assembly: AssemblyVersion("0.7.1")]
49-
[assembly: AssemblyVersion("0.7.4")]
50-
[assembly: AssemblyFileVersion("0.7.4")]
48+
[assembly: AssemblyVersion("0.7.5")]
49+
[assembly: AssemblyFileVersion("0.7.5")]

0 commit comments

Comments
 (0)