summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-04-25 12:35:06 +0000
committerChef Expeditor <chef-ci@chef.io>2023-04-25 12:35:06 +0000
commitd3d32598e8e568e1a7296445c149adf1edb4d726 (patch)
tree9c7cad7b9e50ff31f3ee7b0e30401961a1d9f6bc /chef-bin
parent1f88f6205034201367399f699e34b0d5e8fbbbf9 (diff)
downloadchef-d3d32598e8e568e1a7296445c149adf1edb4d726.tar.gz
Bump version to 18.2.16 by Chef Expeditorv18.2.16
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 2bc7773b5b..f02d7dfcc4 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 = "18.2.15".freeze
+ VERSION = "18.2.16".freeze
end
#