summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-19 05:21:00 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-19 05:21:00 +0000
commit91837721691d4894eb1dd8a594da942a6bd0c3fb (patch)
tree6cf2d8a73ea64808ba3c90baec36f85a42a184f7 /chef-utils
parent351106918d9e0472760712f780de1f982eb2c555 (diff)
downloadchef-91837721691d4894eb1dd8a594da942a6bd0c3fb.tar.gz
Bump version to 18.0.46 by Chef Expeditorv18.0.46lcg/disable-knife-test
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 042e156894..96f00795d3 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 = "18.0.45"
+ VERSION = "18.0.46"
end