summaryrefslogtreecommitdiff
path: root/chef-utils/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-07 16:23:04 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-07 16:23:06 +0000
commit842d55bd6ec6194428dd1eb6857f0bfa7097bc8a (patch)
tree8d5aef73e1c6aa722116694ff407e17f77785bc4 /chef-utils/lib
parent96406e06f0eb06281c6eb62a2bed9ebd0b3d5a8e (diff)
downloadchef-842d55bd6ec6194428dd1eb6857f0bfa7097bc8a.tar.gz
Bump version to 16.0.190 by Chef Expeditorv16.0.190
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 beb9c32c92..0baf9e2c8e 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -15,5 +15,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "16.0.189".freeze
+ VERSION = "16.0.190".freeze
end