summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-10 15:57:55 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-10 15:57:55 +0000
commite88c5898fcac327f2d20737d593732f1fabb2d40 (patch)
tree7a27f9404b5db97985c8c6285f15d21b462ed5d6 /chef-utils
parenta624e55fd1d8513247bcabf9d896c43130ec4e44 (diff)
downloadchef-e88c5898fcac327f2d20737d593732f1fabb2d40.tar.gz
Bump version to 16.5.48 by Chef Expeditorv16.5.48
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 2b2cecff16..a17b482d0d 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("..", __dir__)
- VERSION = "16.5.47".freeze
+ VERSION = "16.5.48".freeze
end