diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-09-25 17:41:23 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-09-25 17:41:23 +0000 |
commit | 949776a740d494740bbd6904f62c8856fd47a87a (patch) | |
tree | 7d84f8874cd2e01ffd1df64ea4246f9083f9895d /chef-config | |
parent | 81e358aa1b5e38377a11ea80b903e5acb257118a (diff) | |
download | chef-949776a740d494740bbd6904f62c8856fd47a87a.tar.gz |
Bump version to 14.6.1 by Chef Expeditorv14.6.1
Obvious fix; these changes are the result of automation not creative thinking.
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 d4d85011fc..d75413b30c 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 = "14.6.0".freeze + VERSION = "14.6.1".freeze end # |