summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-04 04:35:38 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-04 04:35:38 +0000
commitee5e55ca149765f7b797292b97fe79ad13eaa2f9 (patch)
tree9889d026a9b9b72e8b016b3eb10486265d6c262a /lib
parent3e6bd615f3733b375b6e4e9a42329763617dd0bc (diff)
downloadchef-ee5e55ca149765f7b797292b97fe79ad13eaa2f9.tar.gz
Bump version to 17.0.134 by Chef Expeditorv17.0.134
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 31223b7710..72789ff164 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.133")
+ VERSION = Chef::VersionString.new("17.0.134")
end
#