summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-18 21:52:59 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-18 21:52:59 +0000
commit5b30786f9cd1794b8d3f96ea4e56f7f1b86e27ca (patch)
tree771609b170c767198b6ae1df9bc9a5d903ff94de /chef-utils/lib/chef-utils
parentbee10966bd526e960c8a6a98bba4c8ad7918381b (diff)
downloadchef-5b30786f9cd1794b8d3f96ea4e56f7f1b86e27ca.tar.gz
Bump version to 16.2.47 by Chef Expeditorv16.2.47
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/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 1cef8996e0..08535c167c 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 = "16.2.46".freeze
+ VERSION = "16.2.47".freeze
end