diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-05-31 01:35:07 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-05-31 01:35:07 +0000 |
commit | b6c7aae1a370770e23b3fa330a86eeffacc4a9a3 (patch) | |
tree | 0a028e46a77a5f62a5b55d2a42933b93706076bf /chef-config | |
parent | bce1285acb6e58e2cbedc047243e4f0576c8f1b8 (diff) | |
download | chef-b6c7aae1a370770e23b3fa330a86eeffacc4a9a3.tar.gz |
Bump version of chef to 13.1.33 by Chef Versioner.v13.1.33
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 b44e35e8f1..57613358a7 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 = "13.1.32" + VERSION = "13.1.33" end # |