Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# Licensed under the MIT License. See License.txt in the project root for license information.

module Azure::ARM::Compute
VERSION = '0.1.0'
VERSION = '0.1.1'
end
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# Licensed under the MIT License. See License.txt in the project root for license information.

module Azure::ARM::Network
VERSION = '0.1.0'
VERSION = '0.1.1'
end
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# Licensed under the MIT License. See License.txt in the project root for license information.

module Azure::ARM::Resources
VERSION = '0.1.0'
VERSION = '0.1.1'
end
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# Licensed under the MIT License. See License.txt in the project root for license information.

module Azure::ARM::Storage
VERSION = '0.1.0'
VERSION = '0.1.1'
end
2 changes: 1 addition & 1 deletion service_management/azure/lib/azure/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module Azure
class Version
MAJOR = 0 unless defined? MAJOR
MINOR = 7 unless defined? MINOR
UPDATE = 0 unless defined? UPDATE
UPDATE = 1 unless defined? UPDATE
PRE = nil unless defined? PRE

class << self
Expand Down