summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-08 14:32:59 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-08 14:32:59 +0000
commit4dc45fd8c6dfdad1d71c1a766a83c549cfe37a83 (patch)
tree2d71df65c5f928cc1cd08c7cd8f168420e108c1b /lib/chef
parentac300cf80d8ccfc73822623526922bee3a1ed9b8 (diff)
downloadchef-4dc45fd8c6dfdad1d71c1a766a83c549cfe37a83.tar.gz
Bump version to 16.0.192 by Chef Expeditorv16.0.192
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 7c81cf7417..9b4c92e728 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.191")
+ VERSION = Chef::VersionString.new("16.0.192")
end
#