diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-06-17 21:55:47 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-06-17 21:55:47 +0000 |
commit | 14322805574a96ace59d65c2a997b5042b836d4a (patch) | |
tree | 2828162e3321d4790652267d2634b428f9f73216 /lib | |
parent | 3bbcf0ccaeca8d8e307b72c7b4c8e6809044c635 (diff) | |
download | chef-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.rb | 2 |
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 # |