summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-12-13 20:25:02 +0000
committerChef Expeditor <chef-ci@chef.io>2022-12-13 20:25:02 +0000
commite4400c3af634e6a4b5471cecbf00fcc69d5ac1f5 (patch)
treebfc9b0260813cf57f44851f24eef23957002ee0b /lib
parent8d779961ee8278c77b20007bac4cd518e67deb83 (diff)
downloadchef-18.0.201.tar.gz
Bump version to 18.0.201 by Chef Expeditorv18.0.201
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 ee957ce0a1..7179a44dbe 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.0.200")
+ VERSION = Chef::VersionString.new("18.0.201")
end
#