From 7655aeab442881581ba550da8d3719ff33217760 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 1 Aug 2023 19:50:58 +0000 Subject: [PATCH] Bump version to 17.9.3 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 4 ++-- VERSION | 2 +- lib/ohai/version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ea8fcbc6..5542afb2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log - -## [v17.9.2](https://github.com/chef/ohai/tree/v17.9.2) (2023-08-01) + +## [v17.9.3](https://github.com/chef/ohai/tree/v17.9.3) (2023-08-01) #### Merged Pull Requests - Fetch the user-data on Alibaba Cloud correctly [#1802](https://github.com/chef/ohai/pull/1802) ([ETiV](https://github.com/ETiV)) diff --git a/VERSION b/VERSION index 2f628a59e..1b407b134 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.9.2 \ No newline at end of file +17.9.3 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index d9e088a7b..8a1c407f2 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -19,5 +19,5 @@ module Ohai OHAI_ROOT = File.expand_path(__dir__) - VERSION = "17.9.2" + VERSION = "17.9.3" end