summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-04 04:40:20 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-04 04:40:20 +0000
commita2891c01cfc3452839d137eb0c74a2fd298f1a93 (patch)
tree7d8addf72b3a9a846c03716491bd8eaee7ff0348 /lib
parentf2e007dc399b904c005ec041027ef79bff0354dd (diff)
downloadohai-a2891c01cfc3452839d137eb0c74a2fd298f1a93.tar.gz
Bump version to 16.4.1 by Chef Expeditorv16.4.1
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 2d1ee698..e38f7074 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.0".freeze
+ VERSION = "16.4.1".freeze
end