summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-14 04:30:28 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-14 04:30:28 +0000
commitd13d7caf371f8fc3e498f314e0d519c33486ca62 (patch)
tree1487d6fbc30e72e3dfeb1249bd7e826cf89faab4 /lib/chef/version.rb
parent189a3d1b364ac816b735348d338b57986ee480be (diff)
downloadchef-d13d7caf371f8fc3e498f314e0d519c33486ca62.tar.gz
Bump version to 14.3.43 by Chef Expeditorv14.3.43
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 12662c8948..eebc423189 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("14.3.42")
+ VERSION = Chef::VersionString.new("14.3.43")
end
#