summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-01-24 20:20:48 +0000
committerChef Expeditor <chef-ci@chef.io>2023-01-24 20:20:48 +0000
commitb98c274340431be832a178a29530827f62f1d825 (patch)
treec514fa8da10eab602651376c0982f7b76cb2007f /chef-bin
parentc959be80785915234e47c257d291e5d595780bd6 (diff)
downloadchef-b98c274340431be832a178a29530827f62f1d825.tar.gz
Bump version to 18.1.6 by Chef Expeditorv18.1.6
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 8c5455b990..343a296a35 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.1.5".freeze
+ VERSION = "18.1.6".freeze
end
#