diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-10-24 18:26:10 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-10-24 18:26:10 +0000 |
commit | f1ee3c3ad99a39bcecc631ce411378b60ec878f8 (patch) | |
tree | b276aa398576eccef4dd21746b20279fc1424a25 /chef-config | |
parent | cd34d17fef2136fb10fda50e57a55c5afa1c703d (diff) | |
download | chef-f1ee3c3ad99a39bcecc631ce411378b60ec878f8.tar.gz |
Bump version of chef to 12.16.22 by Chef Versioner.v12.16.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 7e54a92cd2..4e2e0ca894 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 = "12.16.21" + VERSION = "12.16.22" end # |