diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-08-23 17:49:35 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-08-23 17:49:35 +0000 |
commit | 0a82ddc4700bee73cf393e1b4a3ea5081a136144 (patch) | |
tree | 0f096312db7d3d730b6abd62681936bcc082bde9 /chef-config | |
parent | cfd7d2a7879c5da218d958f237c710c05c171c5c (diff) | |
download | chef-0a82ddc4700bee73cf393e1b4a3ea5081a136144.tar.gz |
Bump version of chef to 12.14.27 by Chef Versioner.v12.14.27
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 827a9c8f68..a4c66ce5f7 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.26" + VERSION = "12.14.27" end # |