summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-05 18:57:47 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-05 18:57:47 +0000
commit4f725b7ea36413c81df1919bae1d9ea51c1e807a (patch)
tree97b050814ea3a87f8eb104b5d9a5a820b5eeb5a7 /lib
parent9530de8f57c90a9e24738953aaf2ed5c8b199535 (diff)
downloadchef-4f725b7ea36413c81df1919bae1d9ea51c1e807a.tar.gz
Bump version to 16.7.26 by Chef Expeditorv16.7.26
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 04973e0751..3d5b5c2c61 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.25")
+ VERSION = Chef::VersionString.new("16.7.26")
end
#