diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-06-15 17:29:50 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-06-15 17:29:50 +0000 |
commit | 0bd441d92b1a30c4a36895e79e7734ac34dc6453 (patch) | |
tree | abee78f9da9f91f92d3387c89dc5d4d3c9e7d93b /chef-utils | |
parent | f5a5e4259a1eafbbce453c5b1922d6a818f9e850 (diff) | |
download | chef-0bd441d92b1a30c4a36895e79e7734ac34dc6453.tar.gz |
Bump version to 16.2.34 by Chef Expeditorv16.2.34
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils')
-rw-r--r-- | chef-utils/lib/chef-utils/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index f0334b4563..f2106754ac 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -15,5 +15,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("../..", __FILE__) - VERSION = "16.2.33".freeze + VERSION = "16.2.34".freeze end |