summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-23 19:45:56 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-23 19:45:56 +0000
commitba0824cd005439608d32e188a0717e8cf4e85cd7 (patch)
tree4e3466450eed284e76485b63407f5fbc18e183c6 /lib/chef/version.rb
parentfbfb2d8a5c5577e445f7ebdcdaeba78518bb69f3 (diff)
downloadchef-ba0824cd005439608d32e188a0717e8cf4e85cd7.tar.gz
Bump version to 16.13.54 by Chef Expeditorv16.13.54
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 78cd9f0de1..fd94eef319 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("16.13.53")
+ VERSION = Chef::VersionString.new("16.13.54")
end
#