summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-27 18:29:16 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-27 18:29:16 +0000
commita8ead1a6bbbbda2eae75bc1fdc4c9858d15c81cb (patch)
tree0c4fba16d7552657911f53c4b86e2f90c49c92bc /lib
parent15981b5653098afe1679b23f1054edaf5a9566d9 (diff)
downloadchef-a8ead1a6bbbbda2eae75bc1fdc4c9858d15c81cb.tar.gz
Bump version to 16.7.5 by Chef Expeditorv16.7.5
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 03a62e1941..463785c9ef 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.4")
+ VERSION = Chef::VersionString.new("16.7.5")
end
#