summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-02 05:11:53 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-02 05:11:53 +0000
commitbf1d001e96c70263a9a1c5f6f7afc649fb587876 (patch)
treed15df187de483bee52335e8193af7a294a6f4019 /chef-bin
parent1cd803d0c664287862d0a739c940489f2a31ac10 (diff)
downloadchef-bf1d001e96c70263a9a1c5f6f7afc649fb587876.tar.gz
Bump version to 18.1.10 by Chef Expeditorv18.1.10
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 d96a25e8af..2ffc0c1ad7 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.9".freeze
+ VERSION = "18.1.10".freeze
end
#