Skip to content

Commit 5d4ce0c

Browse files
authored
[Az.Relay] Fix version for Relay (#21792)
* [Az.Relay] Fix version for Relay * Create BreakingChangeIssues.csv
1 parent 6a0a7ee commit 5d4ce0c

File tree

2 files changed

+132
-2
lines changed

2 files changed

+132
-2
lines changed

src/Relay/Az.Relay.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
RootModule = './Az.Relay.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.0'
15+
ModuleVersion = '1.0.4'
1616

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

2020
# ID used to uniquely identify this module
21-
GUID = '14fdcc41-318e-4838-8905-9cf090a8339c'
21+
GUID = '668e7be1-9801-496f-a7ed-25b1077d2f23'
2222

2323
# Author of this module
2424
Author = 'Microsoft Corporation'

0 commit comments

Comments
 (0)