From 0cb564b2a2ca1d7b78ffbd63dc15763c5e36db81 Mon Sep 17 00:00:00 2001 From: "J.R. Garcia" Date: Fri, 26 Apr 2019 09:00:24 -0500 Subject: [PATCH] Bump version for release Update version to 2.1.2 and add Daniel Berger to list of contributors. Signed-off-by: J.R. Garcia --- CONTRIBUTORS.md | 1 + lib/rbvmomi/version.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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