diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-05-26 16:37:24 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-05-26 16:37:24 +0000 |
commit | 429e369ccab966aa0cc88ca29a529adc6e6e1791 (patch) | |
tree | 446b5adfd8c3eebf79d3d018ad471db339a14c41 /chef-utils | |
parent | 0cd924d3a651f5d33ea283f7a9baff0401328eed (diff) | |
download | chef-429e369ccab966aa0cc88ca29a529adc6e6e1791.tar.gz |
Bump version to 15.11.4 by Chef Expeditorv15.11.4
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 c349face55..087436244e 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 = "15.11.3".freeze + VERSION = "15.11.4".freeze end |