summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-10-12 03:20:44 +0000
committerChef Expeditor <chef-ci@chef.io>2022-10-12 03:20:44 +0000
commit05f302e7a1b43cb7ec52d64b4d7d98a6ef1c7f56 (patch)
tree8441889ab33c077a0d405a0b9dcd8e74b9145dde /chef-utils
parentc70104002d96b7587666bb66a0faefc472fa1bec (diff)
downloadchef-05f302e7a1b43cb7ec52d64b4d7d98a6ef1c7f56.tar.gz
Bump version to 18.0.160 by Chef Expeditorv18.0.160
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 5ebb34452a..2a910220c5 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.159"
+ VERSION = "18.0.160"
end