summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-13 19:22:11 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-13 19:22:11 +0000
commit9fbcab182e8006f22c4d768a53b8ce3950e38ef9 (patch)
treebc4560715dbb05e1af18d32c21ad9a64ba6597eb /chef-utils/lib/chef-utils/version.rb
parent0188debc8e2479e8958326f4ea04371879c3012d (diff)
downloadchef-9fbcab182e8006f22c4d768a53b8ce3950e38ef9.tar.gz
Bump version to 15.7.11 by Chef Expeditorv15.7.11
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 95137818b3..9c0abcbcb2 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.10".freeze
+ VERSION = "15.7.11".freeze
end