summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-04-19 07:59:04 +0000
committerChef Expeditor <chef-ci@chef.io>2023-04-19 07:59:04 +0000
commita9f5978a67869a0772c947633f2c944f73a21b9f (patch)
tree12294caf799068672033828d1da20478f944657d /chef-utils
parent0ef313cadc636fec3448ff579d9510d4ea3b12d3 (diff)
downloadchef-a9f5978a67869a0772c947633f2c944f73a21b9f.tar.gz
Bump version to 18.2.13 by Chef Expeditorv18.2.13
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 eba18cd757..f87741edc8 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.12"
+ VERSION = "18.2.13"
end