summaryrefslogtreecommitdiff
path: root/lib/ohai/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-05 18:04:23 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-05 18:04:23 +0000
commite06c0f80ef0ce533b45fe86d5205e5e3a30cbd0d (patch)
tree7f20a349032a7bf099cd0222d03fa4db1014b703 /lib/ohai/version.rb
parent144715bdd024c9a988554af6858f24cc03a6a78f (diff)
downloadohai-e06c0f80ef0ce533b45fe86d5205e5e3a30cbd0d.tar.gz
Bump version to 17.7.0 by Chef Expeditorv17.7.0
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 9995e3f2..5a5b889b 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.6.0"
+ VERSION = "17.7.0"
end