summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-01 03:18:19 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-01 03:18:19 +0000
commit211463b86f35b68f8388bd10a8667ddc37a6b25d (patch)
treebc028df32fe643bef8834ccf81ad92c6dd09c42e /lib/chef
parent7cdd4543bcbdd887c79b0fbb2de99bd2726ef59d (diff)
downloadchef-211463b86f35b68f8388bd10a8667ddc37a6b25d.tar.gz
Bump version to 17.4.40 by Chef Expeditorv17.4.40
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 d8e0243569..a8d6f74f13 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.39")
+ VERSION = Chef::VersionString.new("17.4.40")
end
#