lib/version.rb in azure_key_vault-0.17.2 vs lib/version.rb in azure_key_vault-0.17.3

- old
+ new

@@ -1,7 +1,7 @@ # encoding: utf-8 # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. module Azure::KeyVault - VERSION = '0.17.2' + VERSION = '0.17.3' end