summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-06 17:53:51 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-06 17:53:51 +0000
commitdff3549ea08e1ec400555e62f8c018e50117a2ea (patch)
tree2143a8bd8605220127657a8f67fb9074bc2330d0 /chef-utils
parenta7a47dbede55c785edb95924da174264ff550250 (diff)
downloadchef-dff3549ea08e1ec400555e62f8c018e50117a2ea.tar.gz
Bump version to 16.13.4 by Chef Expeditorv16.13.4
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 d9f311b044..41d87a6d28 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 = "16.13.3"
+ VERSION = "16.13.4"
end