summaryrefslogtreecommitdiff
path: root/lib/ohai/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-07 01:49:41 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-07 01:49:41 +0000
commit1dfbd15afb830f8aa8959ea9e79ed2648d3c2997 (patch)
treea683752659a4c28494e1b94b60d923d0a63880b3 /lib/ohai/version.rb
parent5bf9f32ea0099dfedd722f6a91201a52f70ad0f6 (diff)
downloadohai-1dfbd15afb830f8aa8959ea9e79ed2648d3c2997.tar.gz
Bump version to 17.0.33 by Chef Expeditorv17.0.33
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 109d3eaf..ce9ffdfe 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.32"
+ VERSION = "17.0.33"
end