summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-16 01:04:26 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-16 01:04:26 +0000
commit2f3ce1af8bbbea03f2e52505aa89ac3efa03f932 (patch)
treeaba33b981818e339e9a079883dd496694e635cb7 /chef-utils/lib/chef-utils/version.rb
parent41a37e45ecef6ae540a7a67039ef698faaf311b3 (diff)
downloadchef-2f3ce1af8bbbea03f2e52505aa89ac3efa03f932.tar.gz
Bump version to 16.8.19 by Chef Expeditorv16.8.19
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/chef-utils/version.rb')
-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 7382137ff1..55ae605073 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.8.18"
+ VERSION = "16.8.19"
end