summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-12-18 23:38:46 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-12-18 23:38:46 +0000
commit8a9b960ed4e09cae79cef43abfdcc86b81b2040e (patch)
tree49dd39741ddaca8f930b35ff8e7ed675b6df0394 /lib
parent7556053a3cc06db5ef778526a025e408f5e1b397 (diff)
downloadchef-8a9b960ed4e09cae79cef43abfdcc86b81b2040e.tar.gz
Bump version to 13.6.43 by Expeditorv13.6.43
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 958a0b32cf..24c8c65889 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("13.6.42")
+ VERSION = Chef::VersionString.new("13.6.43")
end
#