diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-04-02 16:48:48 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-04-02 16:48:48 +0000 |
commit | 8fddf9957ec717db54d950f9f8dee3440d0864b8 (patch) | |
tree | 7d470b4eaa0718e98e048e605d6246ea73608762 /lib/ohai/version.rb | |
parent | 7beee76f37ce82071c3a64fc0d80670514b06041 (diff) | |
download | ohai-8fddf9957ec717db54d950f9f8dee3440d0864b8.tar.gz |
Bump version to 16.12.3 by Chef Expeditorv16.12.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.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index f5e9d3c7..937d8c4c 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -19,5 +19,5 @@ module Ohai OHAI_ROOT = File.expand_path(__dir__) - VERSION = "16.12.2" + VERSION = "16.12.3" end |