diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-06-27 16:54:10 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-06-27 16:54:10 +0000 |
commit | e132c98be92a02fad94f87188c8a1d54ba0ac7b1 (patch) | |
tree | dfd8448e6f1760cca67e2448be25f6ff146bd83c /chef-config | |
parent | 5e2ca501715a7614c64de62d9a396f11de986dbe (diff) | |
download | chef-e132c98be92a02fad94f87188c8a1d54ba0ac7b1.tar.gz |
Bump version to 15.1.33 by Chef Expeditorv15.1.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 cc8371c1d5..02d3866f02 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.1.32".freeze + VERSION = "15.1.33".freeze end # |