summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-15 19:19:01 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-15 19:19:01 +0000
commita8c45dfc5c46df8cf1d4d2182f7da71e5ec1bb62 (patch)
tree61d43615d92e2d7a5f9d2e383465eed16bc391ac /chef-utils
parentab42f82fa5debf7f7ca00ffcff3ee3c1f04ae9d8 (diff)
downloadchef-a8c45dfc5c46df8cf1d4d2182f7da71e5ec1bb62.tar.gz
Bump version to 16.13.48 by Chef Expeditorv16.13.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 d9a4706d85..7ebca66be1 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.13.47"
+ VERSION = "16.13.48"
end