summaryrefslogtreecommitdiff
path: root/lib/ohai
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-01 19:35:58 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-01 19:35:58 +0000
commit2397af29ecc3c3e849d817a8519d32866aab89ff (patch)
treed4ddc97c3898d051b44b93a2808db16400f0e83b /lib/ohai
parentcbfc8d1bae27bf364eca21b2a0fed70e3dbe73e0 (diff)
downloadohai-2397af29ecc3c3e849d817a8519d32866aab89ff.tar.gz
Bump version to 17.0.24 by Chef Expeditorv17.0.24
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/ohai')
-rw-r--r--lib/ohai/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 9d843c7d..e0f29d8d 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.0.23"
+ VERSION = "17.0.24"
end