summaryrefslogtreecommitdiff
path: root/lib/ohai/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-27 00:51:54 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-27 00:51:54 +0000
commitad3dc85244b3dea6f57bf6316d525717546cce77 (patch)
treee7f3ede4a903b8ad31171a95db9b1460d80a7e1f /lib/ohai/version.rb
parent2ee84c83efdd9d2ca12600413fdf9f0d1628b71e (diff)
downloadohai-ad3dc85244b3dea6f57bf6316d525717546cce77.tar.gz
Bump version to 17.0.42 by Chef Expeditorv17.0.42
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 31a45ec3..d6f754a3 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.41"
+ VERSION = "17.0.42"
end