diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-09-09 22:43:30 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-09-09 22:43:30 +0000 |
commit | 42a1b9625252fd5bad4c0ec7cc4ce3bd4e6031c4 (patch) | |
tree | 15f2cbccb8f89c13c72474c6a62cc98874e14380 /chef-config | |
parent | 9a66350c283fc9ec9006e4e2b2ec7ce4c8ea39a3 (diff) | |
download | chef-42a1b9625252fd5bad4c0ec7cc4ce3bd4e6031c4.tar.gz |
Bump version of chef to 12.14.61 by Chef Versioner.v12.14.61
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 598e702034..9b0cfc05a6 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.60" + VERSION = "12.14.61" end # |