summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-03 20:24:22 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-03 20:24:22 +0000
commit6f49afb5f38a57475e354695f87353a6ec79e549 (patch)
tree960c2e806765498d0bda68063e466f32850e04e3 /chef-config/lib/chef-config/version.rb
parent240cdca6a491de081f0f967c86b06a8d3991a073 (diff)
downloadchef-6f49afb5f38a57475e354695f87353a6ec79e549.tar.gz
Bump version to 17.2.19 by Chef Expeditorv17.2.19
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/chef-config/version.rb')
-rw-r--r--chef-config/lib/chef-config/version.rb2
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 1e8abc9d84..f1234e27f6 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.2.18".freeze
+ VERSION = "17.2.19".freeze
end