summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-11 21:43:06 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-11 21:43:06 +0000
commit799e6e2e7c6534d2ec063080ee42268b75bc9f5f (patch)
tree09db7260087a0a745ea78e5b38ecc61b63a25743 /lib/chef/version.rb
parentd650a27edfe19352018b9651aebfca2fb9c035aa (diff)
downloadchef-799e6e2e7c6534d2ec063080ee42268b75bc9f5f.tar.gz
Bump version to 14.3.6 by Chef Expeditorv14.3.6
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 e06a6d0824..6e62f4a52b 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.5")
+ VERSION = Chef::VersionString.new("14.3.6")
end
#