summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-04-20 16:06:53 +0000
committerChef Expeditor <chef-ci@chef.io>2023-04-20 16:06:53 +0000
commitc1d63750aa5a68dec00f781908d0566ebc59b023 (patch)
tree4835155b66d8c7b82c30555b63eb62bffb4f3089 /lib
parent95270e43747a22814e55ec8ac5030e06c1eb4106 (diff)
downloadchef-c1d63750aa5a68dec00f781908d0566ebc59b023.tar.gz
Bump version to 17.10.50 by Chef Expeditorv17.10.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 2762a2570e..cc62dffdab 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.10.49")
+ VERSION = Chef::VersionString.new("17.10.50")
end
#