diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-06-23 05:24:20 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-06-23 05:24:20 +0000 |
commit | 8db1c38e1132ee0a8e9e88ef0b736757ba31bc76 (patch) | |
tree | 44ee00624870b4ddd0e712e1cb0d9ec1a44e55c3 /lib/ohai/version.rb | |
parent | 5036b077fe6cb15645aa067df269f2476ed08663 (diff) | |
download | ohai-8db1c38e1132ee0a8e9e88ef0b736757ba31bc76.tar.gz |
Bump version to 16.2.1 by Chef Expeditorv16.2.1
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.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 1957b282..e543e6b8 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.2.0".freeze + VERSION = "16.2.1".freeze end |