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