diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 5c4c29db..c262256e 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -31,6 +31,7 @@ * Rich Lane * Rich Lane * Scott J. Goldman +* Sean Dilda * Shawn Hartsock * Shawn Hartsock * Shawn Hartsock diff --git a/lib/rbvmomi/version.rb b/lib/rbvmomi/version.rb index dd724f69..bc1e1813 100644 --- a/lib/rbvmomi/version.rb +++ b/lib/rbvmomi/version.rb @@ -2,5 +2,5 @@ # SPDX-License-Identifier: MIT module RbVmomi - VERSION = '2.1.0'.freeze + VERSION = '2.1.1'.freeze end