summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-07 13:32:37 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-07 13:32:37 +0000
commit75828f5e7d46a5d7b0a412dab5a8184e95c2b433 (patch)
treef7c3e912ed9d740986def9015d346f16d73fd3bd /lib/chef
parent59400ddc3cd5c70650f93aaf0b2d47274d98a79b (diff)
downloadchef-75828f5e7d46a5d7b0a412dab5a8184e95c2b433.tar.gz
Bump version to 17.4.48 by Chef Expeditorv17.4.48
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 16b92c7a8f..54d831f352 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.4.47")
+ VERSION = Chef::VersionString.new("17.4.48")
end
#