From 1cc9f9ee6476772737ba1a60866724cb0037c9a9 Mon Sep 17 00:00:00 2001 From: "J.R. Garcia" Date: Fri, 20 Apr 2018 15:24:23 -0500 Subject: [PATCH] Version bump for release Bump version to 1.12.0 for release with 6.7 support. Signed-off-by: J.R. Garcia --- lib/rbvmomi/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rbvmomi/version.rb b/lib/rbvmomi/version.rb index 1771e725..33bf4367 100644 --- a/lib/rbvmomi/version.rb +++ b/lib/rbvmomi/version.rb @@ -2,5 +2,5 @@ # SPDX-License-Identifier: MIT module RbVmomi - VERSION = '1.11.7'.freeze + VERSION = '1.12.0'.freeze end