summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-31 08:33:09 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-31 08:33:09 +0000
commit02827bb8a8621d6987420365ebedf435ba01062d (patch)
tree12a0008928d84cdda05e04bbb2d57898e0562e8e /chef-utils
parent7d5fe3bef7adf30537ecfa8258f5952376d200e6 (diff)
downloadchef-02827bb8a8621d6987420365ebedf435ba01062d.tar.gz
Bump version to 17.0.19 by Chef Expeditorv17.0.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 f6eaf4a138..0a2d3dbd8e 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.0.18"
+ VERSION = "17.0.19"
end