summaryrefslogtreecommitdiff
path: root/chef-utils/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-11-29 20:42:47 +0000
committerChef Expeditor <chef-ci@chef.io>2022-11-29 20:42:47 +0000
commita9e2d2868d3defd28e50a03f4890859198cb9913 (patch)
tree1507e72c8a2228902ba87b4ed42eb2e5dc2a3d0e /chef-utils/lib
parent3769fa6efe1657c0eb94dbcb9d8dff908cb8e1af (diff)
downloadchef-a9e2d2868d3defd28e50a03f4890859198cb9913.tar.gz
Bump version to 18.0.191 by Chef Expeditorv18.0.191
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib')
-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 da8837265c..babfcf563c 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.190"
+ VERSION = "18.0.191"
end