diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-06-11 16:19:59 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-06-11 16:19:59 +0000 |
commit | d57bf7325a01a59e6d3b43bf3d9c554b459f1fb9 (patch) | |
tree | c3fb2d98fc1337d11bd8f692f42e72bf0b95b855 /chef-config | |
parent | 8832af96ab4a4c0bbc21935d0474957a5d021882 (diff) | |
download | chef-d57bf7325a01a59e6d3b43bf3d9c554b459f1fb9.tar.gz |
Bump version to 14.2.3 by Chef Expeditorv14.2.3
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 a9cae3a2da..02d6d7e53a 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.2.2" + VERSION = "14.2.3" end # |