summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-05 21:46:56 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-05 21:46:56 +0000
commitc387e059f9f9fdd18a840b00da0470a985c24284 (patch)
tree8831d6642b9d1f4297999b7957a9e625997115b2 /chef-config
parentcd65d4e7422358709942c0389e2a48a35f1c0798 (diff)
downloadchef-c387e059f9f9fdd18a840b00da0470a985c24284.tar.gz
Bump version to 17.6.19 by Chef Expeditorv17.6.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 b5877e0025..073acfd288 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.6.18".freeze
+ VERSION = "17.6.19".freeze
end