summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-17 00:06:16 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-17 00:06:16 +0000
commit0487d320efda47bce88b68c0916e2f4b275244ae (patch)
tree9b2f230cd07b5a13cd200379f47db887d1b2eda7 /lib
parent5a78d5f6dacb652290a539840f8286c1685367c7 (diff)
downloadohai-0487d320efda47bce88b68c0916e2f4b275244ae.tar.gz
Bump version to 16.5.4 by Chef Expeditorv16.5.4
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 fc852dd7..c846ce08 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.5.3".freeze
+ VERSION = "16.5.4".freeze
end