summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/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-bin/lib/chef-bin/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-bin/lib/chef-bin/version.rb')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 55519ea11d..f2393fc285 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.0.218".freeze
+ VERSION = "17.0.219".freeze
end
#