diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-07-15 19:23:08 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-07-15 19:23:08 +0000 |
commit | f681ac8e2a96c9f4ba38905054623315f625403b (patch) | |
tree | dd6a17dbec380288a4ae320a6a5d1e6167427942 /chef-utils/lib/chef-utils | |
parent | 16427887c6d2b46fd1e2b56b44436768ba10d700 (diff) | |
download | chef-f681ac8e2a96c9f4ba38905054623315f625403b.tar.gz |
Bump version to 15.13.2 by Chef Expeditorv15.13.2
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/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 7b1fef9ca0..a760c45a04 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.13.1".freeze + VERSION = "15.13.2".freeze end |