diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index c262256e..3c7062bd 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -5,6 +5,7 @@ * Christian Dickmann * Colin O'Byrne and Martin Marinov * Colin O'Byrne and Nick Coelius +* Daniel Berger * Daniel Rife * Dave Hewitt <43970119+davehewitt@users.noreply.github.com> * Dominic Cleal diff --git a/lib/rbvmomi/version.rb b/lib/rbvmomi/version.rb index bc1e1813..5ff2cc16 100644 --- a/lib/rbvmomi/version.rb +++ b/lib/rbvmomi/version.rb @@ -2,5 +2,5 @@ # SPDX-License-Identifier: MIT module RbVmomi - VERSION = '2.1.1'.freeze + VERSION = '2.1.2'.freeze end