diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-10-12 00:24:31 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-10-12 00:24:31 +0000 |
commit | 503dd39ddf6e7fbd9cb3b17613057cd91e4d3d57 (patch) | |
tree | e7ae093cf160fe18f75a0c5727258c75bbffc5d0 /chef-config/lib | |
parent | 4caf7b2bea5d4f6cb0a8ae7fefcf34a75098b8fe (diff) | |
download | chef-503dd39ddf6e7fbd9cb3b17613057cd91e4d3d57.tar.gz |
Bump version to 14.6.23 by Chef Expeditorv14.6.23
Obvious fix; these changes are the result of automation not creative thinking.
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 488cc45fe0..9740e1e20a 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.22".freeze + VERSION = "14.6.23".freeze end # |