summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-20 22:05:22 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-20 22:05:22 +0000
commit7a2b2ca131a22fefcd5a09a7a3cdd6d037f87772 (patch)
tree8c103ea6f24cabb6671ce064a86ee4bf2a4a83f0 /chef-bin
parent8efcd90713f2bb949c5ff45270dd15ffc97df385 (diff)
downloadchef-7a2b2ca131a22fefcd5a09a7a3cdd6d037f87772.tar.gz
Bump version to 18.1.21 by Chef Expeditorv18.1.21
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 76950932de..ffa45a185f 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.20".freeze
+ VERSION = "18.1.21".freeze
end
#