diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-03-08 16:29:46 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-03-08 16:29:46 +0000 |
commit | 416ab0c10f510c7d51d4c6c35741d0cca2a0bc21 (patch) | |
tree | 76c8f911016473afd150ec9fc947951c45956ff6 /chef-config | |
parent | 4f72105bdcc3ab03870f155b12b11c272d7441d8 (diff) | |
download | chef-416ab0c10f510c7d51d4c6c35741d0cca2a0bc21.tar.gz |
Bump version of chef to 13.0.22 by Chef Versioner.v13.0.22
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 4ebf7a81c7..f2de5e393c 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.0.21" + VERSION = "13.0.22" end # |