diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-11-10 00:32:53 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-11-10 00:32:53 +0000 |
commit | d891bafdc68b8da410fe62958cf001c8b950261d (patch) | |
tree | 014929f7754515d42186ba64f28f02b7ebf18f3b /chef-config | |
parent | 590b5e332271879157bddca41b907b40fd24c2f6 (diff) | |
download | chef-d891bafdc68b8da410fe62958cf001c8b950261d.tar.gz |
Bump version to 14.7.21 by Chef Expeditorv14.7.21
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 304c73e6af..533c5a3a22 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 = "14.7.20".freeze + VERSION = "14.7.21".freeze end # |