diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-01-13 19:22:11 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-01-13 19:22:11 +0000 |
commit | 9fbcab182e8006f22c4d768a53b8ce3950e38ef9 (patch) | |
tree | bc4560715dbb05e1af18d32c21ad9a64ba6597eb /chef-utils/lib | |
parent | 0188debc8e2479e8958326f4ea04371879c3012d (diff) | |
download | chef-9fbcab182e8006f22c4d768a53b8ce3950e38ef9.tar.gz |
Bump version to 15.7.11 by Chef Expeditorv15.7.11
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib')
-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 95137818b3..9c0abcbcb2 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.7.10".freeze + VERSION = "15.7.11".freeze end |