diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-09-25 17:36:23 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-09-25 17:36:23 +0000 |
commit | b5e05b699fa5a6bd914dd04e6993513b462c7220 (patch) | |
tree | 1ccdf578fcf90c365ff492666cf334fc4b55d554 /chef-config | |
parent | e53ed456e6f7a99ac05c8842481b6e4c681f591b (diff) | |
download | chef-b5e05b699fa5a6bd914dd04e6993513b462c7220.tar.gz |
Bump version to 14.6.0 by Chef Expeditorv14.6.0
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 8586da9876..d4d85011fc 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.5.33".freeze + VERSION = "14.6.0".freeze end # |