Skip to content

Commit ce6735f

Browse files
committed
sync versions for Reservations with last out of band release
1 parent 2293d35 commit ce6735f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/Reservations/Reservations/Az.Reservations.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.1'
15+
ModuleVersion = '0.8.0'
1616

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

src/Reservations/Reservations/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
-->
2121
## Upcoming Release
2222

23-
## Version 0.7.1
23+
## Version 0.8.0
2424
* Update references in .psd1 to use relative path
2525
* Add billing plan details in getCatalog
2626
- new object in the response of get-Catalog

src/Reservations/Reservations/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("0.7.1")]
35-
[assembly: AssemblyVersion("0.7.1")]
36-
[assembly: AssemblyFileVersion("0.7.1")]
35+
[assembly: AssemblyVersion("0.8.0")]
36+
[assembly: AssemblyFileVersion("0.8.0")]

0 commit comments

Comments
 (0)