From 1ce0f9e0b88fc254b2367639b08fbce63c143718 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 23 Jun 2020 17:47:37 +0000 Subject: [PATCH] Bump version to 15.9.3 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/ohai/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 253743599..6a99be4ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v15.9.2](https://github.com/chef/ohai/tree/v15.9.2) (2020-06-23) + +## [v15.9.3](https://github.com/chef/ohai/tree/v15.9.3) (2020-06-23) #### Merged Pull Requests -- Remove an internal reference to blacklist [#1471](https://github.com/chef/ohai/pull/1471) ([tas50](https://github.com/tas50)) +- Make sure Darwin hosts are always mac_os_x [#1472](https://github.com/chef/ohai/pull/1472) ([tas50](https://github.com/tas50)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Make sure Darwin hosts are always mac_os_x [#1472](https://github.com/chef/ohai/pull/1472) ([tas50](https://github.com/tas50)) - Remove an internal reference to blacklist [#1471](https://github.com/chef/ohai/pull/1471) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 92a80da0f..e99b2f49e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -15.9.2 \ No newline at end of file +15.9.3 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 1db047199..9aacaf9ca 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -18,5 +18,5 @@ module Ohai OHAI_ROOT = File.expand_path(File.dirname(__FILE__)) - VERSION = "15.9.2".freeze + VERSION = "15.9.3".freeze end