From 96545d9d65a7ace03c60cb1b196a29f0d4f6410e Mon Sep 17 00:00:00 2001 From: "J.R. Garcia" Date: Fri, 31 Jul 2020 17:42:39 -0500 Subject: [PATCH] Bump version for release Upgrading major version due to breaking change (dropping support for EOL Ruby versions) Signed-off-by: J.R. Garcia --- lib/rbvmomi/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/rbvmomi/version.rb b/lib/rbvmomi/version.rb index 2ef9818d..d83aa26d 100644 --- a/lib/rbvmomi/version.rb +++ b/lib/rbvmomi/version.rb @@ -1,6 +1,6 @@ -# Copyright (c) 2016-2019 VMware, Inc. All Rights Reserved. +# Copyright (c) 2016-2020 VMware, Inc. All Rights Reserved. # SPDX-License-Identifier: MIT module RbVmomi - VERSION = '2.4.1'.freeze + VERSION = '3.0.0'.freeze end