summaryrefslogtreecommitdiff
path: root/lib/ohai/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-08-30 19:38:53 +0000
committerChef Expeditor <chef-ci@chef.io>2022-08-30 19:38:53 +0000
commitf13a48ad2d0025482c19df06ff27670071e8e1e1 (patch)
treee4ac11a95d15d981ac5fba847d8f1d10bcabfce2 /lib/ohai/version.rb
parent5fabbdf426f1b767040b3051727e057353f2034d (diff)
downloadohai-f13a48ad2d0025482c19df06ff27670071e8e1e1.tar.gz
Bump version to 18.0.22 by Chef Expeditorv18.0.22
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/ohai/version.rb')
-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 11658634..ebc60d6b 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "18.0.21"
+ VERSION = "18.0.22"
end