summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-06 17:23:57 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-06 17:23:57 +0000
commitaed0f264dc104e3976b34788209c61767765e781 (patch)
tree72f37d0eccaee4c8c58688a0fdf3843b63c1bb8f /chef-utils
parent20ca8dd141e2fabff24746f2dd2886a23cafdd1d (diff)
downloadchef-aed0f264dc104e3976b34788209c61767765e781.tar.gz
Bump version to 17.3.19 by Chef Expeditorv17.3.19
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 4d5259afaa..7abb3e4a97 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 = "17.3.18"
+ VERSION = "17.3.19"
end