summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-23 10:21:04 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-23 10:21:04 +0000
commitf7c411f6320fe04e308a28fa111b19d50723f5e2 (patch)
treea8a291d5bcfc7f159b84006d5d7cfb3c88bb9482 /lib/chef
parentf3f4d248207a30df3bf06934c116f6974fb7cffe (diff)
downloadchef-f7c411f6320fe04e308a28fa111b19d50723f5e2.tar.gz
Bump version to 18.2.0 by Chef Expeditorv18.2.0
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 6cfd376dc1..dae4b1cf7f 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.36")
+ VERSION = Chef::VersionString.new("18.2.0")
end
#