summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-12-16 23:15:00 +0000
committerChef Expeditor <chef-ci@chef.io>2022-12-16 23:15:00 +0000
commit79867588444b2f2500dc96173263acd5e53aa73b (patch)
treea7579cda9b4f68d4f68bcb4be5d7808cb81803ee /lib
parent349db91b5e7f68bcf58e0cda5afe7ae9b2bebfdd (diff)
downloadchef-79867588444b2f2500dc96173263acd5e53aa73b.tar.gz
Bump version to 18.0.202 by Chef Expeditorv18.0.202
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 7179a44dbe..4bbec1fe97 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.201")
+ VERSION = Chef::VersionString.new("18.0.202")
end
#