summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-05-08 04:57:28 +0000
committerChef Expeditor <chef-ci@chef.io>2022-05-08 04:57:28 +0000
commit0aae730f3e7cbb4e073ab3c9b08008d3bbbc77db (patch)
tree5e45674aea5fdedd91704d359d1a7f128ef44415 /chef-bin
parent43e0200334c827d6691ff62f95de799b363b4214 (diff)
downloadchef-0aae730f3e7cbb4e073ab3c9b08008d3bbbc77db.tar.gz
Bump version to 16.18.2 by Chef Expeditorv16.18.2
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-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 d1f2a4ab80..035d21861f 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 = "16.18.1".freeze
+ VERSION = "16.18.2".freeze
end
#