From 9a15388431b5df9ee43be514ee66b0f93e3a1ff4 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 1 May 2019 18:24:53 +0000 Subject: [PATCH] Bump version to 4.3.3 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d58b0a703..31e76184d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - + +## [v4.3.3](https://github.com/inspec/inspec/tree/v4.3.3) (2019-05-01) + +#### Merged Pull Requests +- Update software names in readme [#4014](https://github.com/inspec/inspec/pull/4014) ([mjingle](https://github.com/mjingle)) - + +### Changes since 4.3.2 release + +#### Merged Pull Requests +- Update software names in readme [#4014](https://github.com/inspec/inspec/pull/4014) ([mjingle](https://github.com/mjingle)) diff --git a/VERSION b/VERSION index 7e961f9e1..2533cac5b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.3.2 \ No newline at end of file +4.3.3 \ No newline at end of file diff --git a/inspec-bin/lib/inspec-bin/version.rb b/inspec-bin/lib/inspec-bin/version.rb index c054e61c2..53c66a6e0 100644 --- a/inspec-bin/lib/inspec-bin/version.rb +++ b/inspec-bin/lib/inspec-bin/version.rb @@ -1,5 +1,5 @@ # This file managed by automation - do not edit manually module InspecBin INSPECBIN_ROOT = File.expand_path('../..', __FILE__) - VERSION = '4.3.2'.freeze + VERSION = '4.3.3'.freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index b62b04828..31c37e2fd 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = '4.3.2'.freeze + VERSION = '4.3.3'.freeze end