diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-23 00:19:06 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-23 00:19:06 +0000 |
commit | 9b90cdebf9453c7e2afe3b9828cdd451b0eef7ee (patch) | |
tree | 18a6397d6589ab1a03ddce76d066be570a313848 /lib | |
parent | 906739ec44ccdcd9ba2c4aa5410c8d4d2dd31643 (diff) | |
download | chef-9b90cdebf9453c7e2afe3b9828cdd451b0eef7ee.tar.gz |
Bump version to 16.0.236 by Chef Expeditorv16.0.236
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 683896f71e..db6f4b307a 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require_relative "version_string" class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("16.0.235") + VERSION = Chef::VersionString.new("16.0.236") end # |