diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-05-04 17:13:24 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-05-04 17:13:24 +0000 |
commit | e57ea06ca1d0cb0314b4c3b9b170f87e6cb33666 (patch) | |
tree | 52d099ad425a5ad813af51b8ee18e32b3a7cc5b4 /lib | |
parent | bedccf12d841820fa08e970edc75ce7e151b05d7 (diff) | |
download | chef-e57ea06ca1d0cb0314b4c3b9b170f87e6cb33666.tar.gz |
Bump version to 16.0.269 by Chef Expeditorv16.0.269
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 e0b428ce9b..caf58e8d51 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.268") + VERSION = Chef::VersionString.new("16.0.269") end # |