summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-09 20:20:27 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-09 20:20:32 +0000
commitb0182a718b3da4176f10f2fda1e5528433f9444e (patch)
tree7bdb4e2d3d390832d07b88358d850763ba5c8c26 /lib
parent313384bf64ceed26238a08ddb48d723ced3a3423 (diff)
downloadchef-b0182a718b3da4176f10f2fda1e5528433f9444e.tar.gz
Bump version to 17.7.34 by Chef Expeditorv17.7.34
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 08eefb831a..198dadbd4f 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.7.33")
+ VERSION = Chef::VersionString.new("17.7.34")
end
#