summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-12-21 20:43:08 +0000
committerChef Expeditor <chef-ci@chef.io>2022-12-21 20:43:08 +0000
commitcfc6951a0e96edc8a48c2c3ba25b4e9d090a2cd4 (patch)
tree850e395fbc58a24f655329745f81392e5dd5049a /lib
parentf2cdefd2cb0229215fd5d4f0e6efb88c7a3255a3 (diff)
downloadchef-cfc6951a0e96edc8a48c2c3ba25b4e9d090a2cd4.tar.gz
Bump version to 18.0.205 by Chef Expeditorv18.0.205
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 edc77a7855..967745a348 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.204")
+ VERSION = Chef::VersionString.new("18.0.205")
end
#