summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-25 04:54:07 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-25 04:54:07 +0000
commit07294791003927614e1ad911cb1c7162ea336006 (patch)
treedbcd1c406bcce414d95da6b49a41fb7ed6537576 /chef-utils/lib/chef-utils
parent421e5d16cfd6741d3f99766e81871e1c7e7166e4 (diff)
downloadchef-07294791003927614e1ad911cb1c7162ea336006.tar.gz
Bump version to 15.15.2 by Chef Expeditorv15.15.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.rb2
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 09b8d29b1d..30cfce86f9 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("..", __dir__)
- VERSION = "15.15.1".freeze
+ VERSION = "15.15.2".freeze
end