summaryrefslogtreecommitdiff
path: root/chef-utils/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-04-14 19:44:04 +0000
committerChef Expeditor <chef-ci@chef.io>2023-04-14 19:44:04 +0000
commit09403f49de67b31fb1d6a8fbd4767dd0b22b9dee (patch)
tree4211a043b34072040ebc0e711f9e2870ae11d2df /chef-utils/lib
parent0bfee95da8dd2d8a48a932e6bdf947c3a86ec4ff (diff)
downloadchef-09403f49de67b31fb1d6a8fbd4767dd0b22b9dee.tar.gz
Bump version to 18.2.11 by Chef Expeditorv18.2.11
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 37fba155c5..978a298d18 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.2.10"
+ VERSION = "18.2.11"
end