summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-22 00:32:54 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-22 00:32:54 +0000
commitce70c573c79d966ba94fe7992750fcf470068864 (patch)
tree2bae53095eb49b1a09d0faa6ace8c45b11d43329 /chef-config
parent73c3006a79020bee5f14fca73e6caf556d7e520d (diff)
downloadchef-ce70c573c79d966ba94fe7992750fcf470068864.tar.gz
Bump version to 17.7.19 by Chef Expeditorv17.7.19
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.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 361886cfd6..c26dce27cd 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.7.18".freeze
+ VERSION = "17.7.19".freeze
end