summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-09 22:42:36 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-09 22:42:36 +0000
commit9f66fed41e618fef90ae5b8b5be89c82f2f9aa50 (patch)
treea92bf871321f941b9efa56f9f90531506e37fa4a /chef-utils
parent0c953170274c67b242218f24a1f71b49cc4b3ab6 (diff)
downloadchef-9f66fed41e618fef90ae5b8b5be89c82f2f9aa50.tar.gz
Bump version to 15.7.6 by Chef Expeditorv15.7.6
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.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 4add31060d..14c94ed43e 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.5".freeze
+ VERSION = "15.7.6".freeze
end