summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-07 06:17:14 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-07 06:17:14 +0000
commitd17e4f2ffbb9d152d8f4d30c2abd2d1356dcac56 (patch)
tree2f92c8b26412b1e4a419320145ec95b7e880ec7d /lib
parent4ca8a91dd283503312c2f8887a31bdad63224879 (diff)
downloadchef-d17e4f2ffbb9d152d8f4d30c2abd2d1356dcac56.tar.gz
Bump version to 17.0.139 by Chef Expeditorv17.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 c0c54148a4..654806bc65 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("..", __dir__)
- VERSION = Chef::VersionString.new("17.0.138")
+ VERSION = Chef::VersionString.new("17.0.139")
end
#