summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-16 15:12:21 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-16 15:12:21 +0000
commit289a0dd585c093205dea389f56d745c8e9321346 (patch)
treeee07f149e4ed87cadca3adf5f619d9953293b5a7 /lib
parentf7895117889a2fd7335601c5dbdc1a1e6a9e06f9 (diff)
downloadchef-289a0dd585c093205dea389f56d745c8e9321346.tar.gz
Bump version to 16.17.50 by Chef Expeditorv16.17.50
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 b1c84994a1..c31be5e7d4 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("16.17.49")
+ VERSION = Chef::VersionString.new("16.17.50")
end
#