summaryrefslogtreecommitdiff
path: root/lib/chef
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 /lib/chef
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 'lib/chef')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 9b4c92e728..50cb002138 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("16.0.192")
+ VERSION = Chef::VersionString.new("16.0.193")
end
#