summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-24 17:52:57 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-24 17:53:00 +0000
commit8c11b691afccdffa3b43440e7746ce8dc580e7e5 (patch)
tree6de9dbef749e26b1d92d41697064d65fabaa2cf1 /chef-bin
parent12a58e2df107e6154d991e57aeee99c8bd5f08a4 (diff)
downloadchef-8c11b691afccdffa3b43440e7746ce8dc580e7e5.tar.gz
Bump version to 18.0.75 by Chef Expeditorv18.0.75
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 155e0eccf9..39b26161e6 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.0.74".freeze
+ VERSION = "18.0.75".freeze
end
#