summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-23 18:11:54 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-23 18:11:54 +0000
commit81ee4dd334c763d6b419042b6c0fbdbc6ec0a6fb (patch)
treee5bda8eb15551d17d7d71a61c3a5333abf5f14f5 /lib
parent1463269a489fa4a5ac4007104167a4ddaf56a098 (diff)
downloadchef-81ee4dd334c763d6b419042b6c0fbdbc6ec0a6fb.tar.gz
Bump version to 16.7.55 by Chef Expeditorv16.7.55
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 6f8ff00da8..c2dae9d52d 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.7.54")
+ VERSION = Chef::VersionString.new("16.7.55")
end
#