summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-19 16:15:08 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-19 16:15:08 +0000
commit3826ab23e4687a9d3de98a3741745744f122b840 (patch)
treebbc282dc8a3fe6c9fa3a7a720eb8466d69418ab7 /lib/chef
parent71990f4a440476743bd42912cf013af423f25a99 (diff)
downloadchef-3826ab23e4687a9d3de98a3741745744f122b840.tar.gz
Bump version to 16.6.24 by Chef Expeditorv16.6.24
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 c638169dcc..656b2d4363 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.6.23")
+ VERSION = Chef::VersionString.new("16.6.24")
end
#