summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-19 17:06:07 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-19 17:06:07 +0000
commit0f3f63d6f427368eb2d0193c4e363d8a6f7d6f9a (patch)
treed25c127fa9d02861fa1a80edbc7cde5817368146 /lib/chef/version.rb
parent77a5acf5cc391c2de78d2949c8b2975989262c24 (diff)
downloadchef-0f3f63d6f427368eb2d0193c4e363d8a6f7d6f9a.tar.gz
Bump version to 16.4.41 by Chef Expeditorv16.4.41
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 7dff49c871..afdfb520c3 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.4.40")
+ VERSION = Chef::VersionString.new("16.4.41")
end
#