summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-31 20:08:41 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-31 20:08:41 +0000
commitd9519dbbfb3927e5fb6228ed435778dbd103a24f (patch)
tree1a876de9076320f7c98a99f842f66d93f39aebc0 /lib/chef/version.rb
parente0ce82caac6a27ccdb69b0445cfd2e84496e73a4 (diff)
downloadchef-d9519dbbfb3927e5fb6228ed435778dbd103a24f.tar.gz
Bump version to 16.3.54 by Chef Expeditorv16.3.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 115e755c08..0968d5a763 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.3.53")
+ VERSION = Chef::VersionString.new("16.3.54")
end
#