summaryrefslogtreecommitdiff
path: root/lib/ohai/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-10 17:45:44 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-10 17:45:44 +0000
commit4451b242ba4988ba17f481d7ed1d1461951987dd (patch)
tree7cce46b18602dec22d463ae53040154c84bc4a45 /lib/ohai/version.rb
parent17a920f65ac316178288318cc40aa308225c1cfe (diff)
downloadohai-4451b242ba4988ba17f481d7ed1d1461951987dd.tar.gz
Bump version to 16.4.6 by Chef Expeditorv16.4.6
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 65f05d85..9511aa96 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = "16.4.5".freeze
+ VERSION = "16.4.6".freeze
end