diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-07 22:28:06 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-07 22:28:06 +0000 |
commit | 60dd24d1888944f9f55d75d7f52fe432a2cd9031 (patch) | |
tree | 707a2ad861e8a4346407ba4629553925216f6e66 /chef-config | |
parent | c0139ec8c6ba585b2f140a87d421131d15da4165 (diff) | |
download | chef-60dd24d1888944f9f55d75d7f52fe432a2cd9031.tar.gz |
Bump version to 15.0.272 by Chef Expeditorv15.0.272
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 2736ce7aab..3ce74ba8de 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -21,7 +21,7 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "15.0.271".freeze + VERSION = "15.0.272".freeze end # |