summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-16 17:53:49 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-16 17:53:49 +0000
commitf38d303cd2661e9e4ed44091c4a1ac8d98a8dcc9 (patch)
tree9808836d85b0569ac77b1d4d54d2eba0b8981a58 /lib
parent5501175398faf8cc6c41e465f8f2e16679882398 (diff)
downloadchef-f38d303cd2661e9e4ed44091c4a1ac8d98a8dcc9.tar.gz
Bump version to 16.0.139 by Chef Expeditorv16.0.139
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 768a99d549..9a080ec892 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.138")
+ VERSION = Chef::VersionString.new("16.0.139")
end
#