summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-25 23:57:33 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-25 23:57:33 +0000
commit6fb4dae4f722ee28e17d6b4354c3b6f3fb01946e (patch)
treeef522eedfdfd4eae956ca99583dc6464bb0239fa /lib
parenta758402b8b622befc76518992d89b7eac3d274c0 (diff)
downloadchef-6fb4dae4f722ee28e17d6b4354c3b6f3fb01946e.tar.gz
Bump version to 17.0.126 by Chef Expeditorv17.0.126
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 b0e4f518d1..cba74cd5cc 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("17.0.125")
+ VERSION = Chef::VersionString.new("17.0.126")
end
#