diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-10-11 17:57:22 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-10-11 17:57:22 +0000 |
commit | 7fd58aee79646f4db574033d761bbee81c54f1fc (patch) | |
tree | 89f9c47eb3217b11c0badcfec61ac0f5897ef5a4 /chef-config | |
parent | 2b81977a15e80f98864a25c54a063b4994795033 (diff) | |
download | chef-7fd58aee79646f4db574033d761bbee81c54f1fc.tar.gz |
Bump version to 14.6.21 by Chef Expeditorv14.6.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 11977fa16d..a1331a051b 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.6.20".freeze + VERSION = "14.6.21".freeze end # |