diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-06-30 19:54:35 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-06-30 19:54:35 +0000 |
commit | a39ae423bbfc72f4b26c4ed2435c4b625e176e6e (patch) | |
tree | 433a391a6045b7a6bc437a8abc28c28fe863997c /chef-config | |
parent | 491c27d2263c7b24606b39311225335a349e96a6 (diff) | |
download | chef-a39ae423bbfc72f4b26c4ed2435c4b625e176e6e.tar.gz |
Bump version of chef to 12.12.11 by Chef Versioner.v12.12.11
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 1c09025f38..239031fde0 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.12.10" + VERSION = "12.12.11" end # |