diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-10-18 19:19:52 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-10-18 19:19:52 +0000 |
commit | 1eaeec41a9ad41d196ceef8c1ac7bf92418f4f24 (patch) | |
tree | c2e3be3569fe6759164b8e50d5c2dd1805bee591 /chef-config | |
parent | 82398b7cc0a4d55ba137ff23ad70c256db599b55 (diff) | |
download | chef-1eaeec41a9ad41d196ceef8c1ac7bf92418f4f24.tar.gz |
Bump version to 14.6.33 by Chef Expeditorv14.6.33
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 9c02cba518..e9178fd6bb 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.32".freeze + VERSION = "14.6.33".freeze end # |