summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-16 19:05:02 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-16 19:05:02 +0000
commit9fcebbb93e3370face246949a7ecaef18d6291bf (patch)
tree570f4d9dc2ed28828b79b9ae5fa9386a5ee51e1e /lib
parent5b3ea1870f0f3c4dc2c2e8b5c418ad605a168fe0 (diff)
downloadchef-9fcebbb93e3370face246949a7ecaef18d6291bf.tar.gz
Bump version to 16.0.141 by Chef Expeditorv16.0.141
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 0607e8d9b9..6a03291f0b 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.140")
+ VERSION = Chef::VersionString.new("16.0.141")
end
#