summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-05 08:39:46 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-05 08:39:46 +0000
commite7eb8fe34f1245b030711a1af79e7b642a366dfb (patch)
treeb378077fc9cd29a51d1c8f4e7811fdc9eafef10a /lib
parenta57130ec2ef86825c6eaed8927dff87788219220 (diff)
downloadchef-16.7.25.tar.gz
Bump version to 16.7.25 by Chef Expeditorv16.7.25
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 0b535f699a..04973e0751 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.24")
+ VERSION = Chef::VersionString.new("16.7.25")
end
#