summaryrefslogtreecommitdiff
path: root/lib/chef
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 /lib/chef
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 'lib/chef')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 7317635ed0..52b58d82ec 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("18.1.20")
+ VERSION = Chef::VersionString.new("18.1.21")
end
#