summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-16 21:53:09 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-16 21:53:09 +0000
commitb32573ecddd5fb09413c69b4aace029be94a1fa3 (patch)
tree5f7e245439d48dce4f173e94efd0f3c0dd962875 /chef-utils
parent1c671d136a7e91da4a98e5468a15765c11c21bef (diff)
downloadchef-b32573ecddd5fb09413c69b4aace029be94a1fa3.tar.gz
Bump version to 15.7.19 by Chef Expeditorv15.7.19
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 4cfd02d6c3..833e1b4494 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.18".freeze
+ VERSION = "15.7.19".freeze
end