summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-17 21:55:47 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-17 21:55:47 +0000
commit14322805574a96ace59d65c2a997b5042b836d4a (patch)
tree2828162e3321d4790652267d2634b428f9f73216 /lib
parent3bbcf0ccaeca8d8e307b72c7b4c8e6809044c635 (diff)
downloadchef-14322805574a96ace59d65c2a997b5042b836d4a.tar.gz
Bump version to 17.3.4 by Chef Expeditorv17.3.4
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 6a026c9e44..7890ecccb5 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.3.3")
+ VERSION = Chef::VersionString.new("17.3.4")
end
#