summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-10 00:36:39 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-10 00:36:39 +0000
commit81eba50343db951d6cf3389d942cd4e5b24c5b19 (patch)
tree381c453cf3b2bd23d4f1ba2954adab8f9d82cad0 /chef-utils
parentee5a3d5083632d53cafa91b2c54ea1a1d8ef088e (diff)
downloadchef-81eba50343db951d6cf3389d942cd4e5b24c5b19.tar.gz
Bump version to 16.5.46 by Chef Expeditorv16.5.46
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 8652b10028..d1d0a106c0 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.45".freeze
+ VERSION = "16.5.46".freeze
end