summaryrefslogtreecommitdiff
path: root/chef-utils/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-17 23:38:18 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-17 23:38:18 +0000
commitab7b15ab9c8fe23fcd2ce861c69aabf77c19dd5a (patch)
tree0268e67e776f4cbeec276474256dc293c9976545 /chef-utils/lib
parentc18c1009773c2edb549d0721538d493582ee5da8 (diff)
downloadchef-ab7b15ab9c8fe23fcd2ce861c69aabf77c19dd5a.tar.gz
Bump version to 16.7.51 by Chef Expeditorv16.7.51
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib')
-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 5ba030544e..cfdcd39665 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 = "16.7.50"
+ VERSION = "16.7.51"
end