diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-06-09 15:04:05 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-06-09 15:04:05 +0000 |
commit | 690670e535ccd0749199f6d9f11b88660ca3e34c (patch) | |
tree | a052665c1149f2b8316f905261ae9f2fea1f02ea /chef-config/lib | |
parent | 8ed24be9cc9836c2158ef23f35fe0cca871555e2 (diff) | |
download | chef-690670e535ccd0749199f6d9f11b88660ca3e34c.tar.gz |
Bump version of chef to 12.11.27 by Chef Versioner.v12.11.27
Diffstat (limited to 'chef-config/lib')
-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 22482c2633..68b88b4872 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.11.26" + VERSION = "12.11.27" end # |