lib/rbvmomi/version.rb in rbvmomi-2.0.1 vs lib/rbvmomi/version.rb in rbvmomi-2.1.0

- old
+ new

@@ -1,6 +1,6 @@ # Copyright (c) 2016-2017 VMware, Inc. All Rights Reserved. # SPDX-License-Identifier: MIT module RbVmomi - VERSION = '2.0.1'.freeze + VERSION = '2.1.0'.freeze end