diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-11-16 19:02:09 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-11-16 19:02:09 +0000 |
commit | 134e80b01a63fa2df7a0f29e7365dd06e973aa1a (patch) | |
tree | 3905bdb93d5618515388629780cf710fee640789 /chef-config | |
parent | b54da671d02255d5b630d2c501330a238a4da130 (diff) | |
download | chef-134e80b01a63fa2df7a0f29e7365dd06e973aa1a.tar.gz |
Bump version of chef to 12.17.14 by Chef Versioner.v12.17.14
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 7b03f7863f..9307793e73 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.17.13" + VERSION = "12.17.14" end # |