summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-04-20 15:54:26 +0000
committerChef Expeditor <chef-ci@chef.io>2023-04-20 15:54:26 +0000
commit5aefec6f8ee966ecd207561cd45ee2ff0d251678 (patch)
tree8838d9e8442afe3c9b46cae452c39da5f084144a /lib
parent7515da91dd4fe839cf07ce47994b613fc6bb72c3 (diff)
downloadchef-5aefec6f8ee966ecd207561cd45ee2ff0d251678.tar.gz
Bump version to 17.10.49 by Chef Expeditorv17.10.49
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 81cf68f287..2762a2570e 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.48")
+ VERSION = Chef::VersionString.new("17.10.49")
end
#