summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-21 17:30:52 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-21 17:30:52 +0000
commitc061eea9995d8ea676dc5fd24fda16e068ed50a3 (patch)
treeb7e6bb5e899638e590eb1d40ebcfb25a88c741a4 /chef-bin
parent803af14184219282d36bc6229868fca5f1cb2970 (diff)
downloadchef-c061eea9995d8ea676dc5fd24fda16e068ed50a3.tar.gz
Bump version to 18.0.121 by Chef Expeditorv18.0.121
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 e9bd0bd6c0..de44df3852 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.120".freeze
+ VERSION = "18.0.121".freeze
end
#