summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-24 07:03:42 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-24 07:03:42 +0000
commitc45c3233f554a01ce003422b5a5cb4c8d11c5cf4 (patch)
tree3fb828432c4f37a946ae14aba31e81f3213e5e72 /lib
parent199ccac4eeb390d161db2d5888985681bf803abc (diff)
downloadchef-c45c3233f554a01ce003422b5a5cb4c8d11c5cf4.tar.gz
Bump version to 18.0.54 by Chef Expeditorv18.0.54
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 704eac62a9..180aed3b08 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.53")
+ VERSION = Chef::VersionString.new("18.0.54")
end
#