summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-25 18:08:03 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-25 18:08:03 +0000
commit5c62c59b11e5ceb0b37acbc2579dcb8bcd4f1ced (patch)
tree978646a9a81365cd88565418c35ccfbb2eba8122 /lib/chef
parent35a33815836b870771d86c141800cb4fc2b072c1 (diff)
downloadchef-5c62c59b11e5ceb0b37acbc2579dcb8bcd4f1ced.tar.gz
Bump version to 16.0.158 by Chef Expeditorv16.0.158
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 618a735886..e617de4bb9 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.157")
+ VERSION = Chef::VersionString.new("16.0.158")
end
#