summaryrefslogtreecommitdiff
path: root/chef-utils/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-20 22:05:22 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-20 22:05:22 +0000
commit7a2b2ca131a22fefcd5a09a7a3cdd6d037f87772 (patch)
tree8c103ea6f24cabb6671ce064a86ee4bf2a4a83f0 /chef-utils/lib
parent8efcd90713f2bb949c5ff45270dd15ffc97df385 (diff)
downloadchef-7a2b2ca131a22fefcd5a09a7a3cdd6d037f87772.tar.gz
Bump version to 18.1.21 by Chef Expeditorv18.1.21
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 021524825b..d085cbd8b2 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.1.20"
+ VERSION = "18.1.21"
end