summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-30 01:21:59 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-30 01:21:59 +0000
commit8c77b40ded402a3630ca67dadf5409ccb06131b7 (patch)
tree38843ad1b732735c4924e6260c39ebacbd638418 /chef-utils/lib/chef-utils/version.rb
parentd04fcc0abc5b12322de0841d975ac7dd8829eaa7 (diff)
downloadchef-8c77b40ded402a3630ca67dadf5409ccb06131b7.tar.gz
Bump version to 17.8.15 by Chef Expeditorv17.8.15
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/chef-utils/version.rb')
-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 47ae5f3b59..93cc713136 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -16,5 +16,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.8.14"
+ VERSION = "17.8.15"
end