summaryrefslogtreecommitdiff
path: root/lib/ohai/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-14 18:38:57 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-14 18:38:57 +0000
commitb6230ade96386ba51a89b76b2e9220e70548a61a (patch)
tree39a755ac936d6cc17bfe9f40805f78af98bbb626 /lib/ohai/version.rb
parent94bc3a7b3d9df09cb304e04a04a68e101ab21cb9 (diff)
downloadohai-b6230ade96386ba51a89b76b2e9220e70548a61a.tar.gz
Bump version to 16.6.4 by Chef Expeditorv16.6.4
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 f58a057e..48cfcb8f 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "16.6.3".freeze
+ VERSION = "16.6.4".freeze
end