diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-01-09 20:45:29 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-01-09 20:45:29 +0000 |
commit | ad4df613257438c84ca6ed1e3c37381a0464dace (patch) | |
tree | 0e3fd87da1cb308b282b066e616c3cdf34382d07 /chef-config | |
parent | df2806608e42594723cd36255979369c3d32ab08 (diff) | |
download | chef-ad4df613257438c84ca6ed1e3c37381a0464dace.tar.gz |
Bump version of chef to 12.18.26 by Chef Versioner.v12.18.26
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 538db768c0..deea8983fd 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.18.25" + VERSION = "12.18.26" end # |