summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-22 00:06:10 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-22 00:06:10 +0000
commit256eda3e006627b38f429418beb4056ff772f51f (patch)
tree857bdf758801e26e73f34ebcbf6bc77979e908c2 /chef-config/lib/chef-config/version.rb
parentbfe41fe0c30f7bd3d585bf2ce5af249b5104c743 (diff)
downloadchef-256eda3e006627b38f429418beb4056ff772f51f.tar.gz
Bump version to 17.0.219 by Chef Expeditorv17.0.219
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 5127e5c9f3..7825d612f7 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.0.218".freeze
+ VERSION = "17.0.219".freeze
end