diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-30 22:48:51 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-30 22:48:51 +0000 |
commit | ceb3cd2fbdcd06ddf3f10cf28f56f8f4d4dd9d9b (patch) | |
tree | aa4febc5be6dc0534f23cb7106ff5734247ef0f2 /chef-config | |
parent | e047b7b4dea7096844048e5a85230dfba53e23f0 (diff) | |
download | chef-ceb3cd2fbdcd06ddf3f10cf28f56f8f4d4dd9d9b.tar.gz |
Bump version to 16.0.263 by Chef Expeditorv16.0.263
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 221010881d..6f76ae0c0f 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -15,5 +15,5 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "16.0.262".freeze + VERSION = "16.0.263".freeze end |