diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-09-16 00:03:36 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-09-16 00:03:36 +0000 |
commit | f5ea7178fc8ce49bf255e3a3bba03a542a276a59 (patch) | |
tree | 7e8873c9c67f2f474384080487aa35b6840e5e59 /chef-config | |
parent | 8dfd997a802e1138c525be44d2f4b4d98a13704a (diff) | |
download | chef-f5ea7178fc8ce49bf255e3a3bba03a542a276a59.tar.gz |
Bump version of chef to 12.14.69 by Chef Versioner.v12.14.69
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 35d79fafe7..91b140c941 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.14.68" + VERSION = "12.14.69" end # |