From b354be03429541b60450b7a5490796990a1026be Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 8 Jun 2018 01:32:24 +0000 Subject: [PATCH] Bump version to 2.2.10 by Chef Expeditor --- VERSION | 2 +- lib/inspec/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 72d132f74..565a0d44f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.9 \ No newline at end of file +2.2.10 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index ffd57d5c3..1056d85af 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.2.9' + VERSION = '2.2.10' end