summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-13 21:37:23 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-13 21:37:23 +0000
commit407d9e76eaa2dc8e74a7252dc4b06a4422742c0d (patch)
tree319d0b60d4f46d469eef80e4fc7b4ac99ccf9fbd /chef-utils
parent5579b3699bd797fef42dbb29d1677432d8922975 (diff)
downloadchef-407d9e76eaa2dc8e74a7252dc4b06a4422742c0d.tar.gz
Bump version to 15.7.12 by Chef Expeditorv15.7.12
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 9c0abcbcb2..7c042d3c93 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.11".freeze
+ VERSION = "15.7.12".freeze
end