summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-08 15:41:19 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-08 15:41:19 +0000
commitec8eed0e6c45f48baacf7e38dfedf913ed5a33cc (patch)
tree1bac8d2daeaf2d117c9d7db5f140c2cad78c3ad0 /chef-utils/lib/chef-utils/version.rb
parentc8ef21e846b578374534d28d0aaa7b9772985448 (diff)
downloadchef-ec8eed0e6c45f48baacf7e38dfedf913ed5a33cc.tar.gz
Bump version to 16.0.193 by Chef Expeditorv16.0.193
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 b8464e8a43..549cb4c0cb 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.192".freeze
+ VERSION = "16.0.193".freeze
end