summaryrefslogtreecommitdiff
path: root/lib/ohai/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-12 16:43:12 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-12 16:43:12 +0000
commite1063aa34410ebd5612f9c1e0ce6dc3c586cc6c6 (patch)
tree170ca28ca7448ab5d0e9aa51d5cbd372d1af8058 /lib/ohai/version.rb
parent0bb36d0b5616ce93dbefa27efbf63182c0073801 (diff)
downloadohai-e1063aa34410ebd5612f9c1e0ce6dc3c586cc6c6.tar.gz
Bump version to 16.6.3 by Chef Expeditorv16.6.3
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 1a8d46bd..f58a057e 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.2".freeze
+ VERSION = "16.6.3".freeze
end