summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-17 18:27:11 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-17 18:27:11 +0000
commitb860bbd5558974925c3850f16778ee687889e771 (patch)
treef71a54a78368aaba77688c1317bc9f27f6bc094b /lib
parentc2b6e8f6df6a75502f9c956a98d0fcbbf1b4ac63 (diff)
downloadchef-b860bbd5558974925c3850f16778ee687889e771.tar.gz
Bump version to 16.2.43 by Chef Expeditorv16.2.43
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 4e07a36a3a..5a34407a99 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("../..", __FILE__)
- VERSION = Chef::VersionString.new("16.2.42")
+ VERSION = Chef::VersionString.new("16.2.43")
end
#