summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-12-08 21:18:39 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-12-08 21:18:39 +0000
commit8c923eee2f43bbd48ffc8f8137c369e5c3661a2b (patch)
tree2ea67880270ba2b2501b6123d178f13064f07a73 /lib/chef/version.rb
parentc052fce12009d768565f9ba488a4fed26215319e (diff)
downloadchef-8c923eee2f43bbd48ffc8f8137c369e5c3661a2b.tar.gz
Bump version to 13.6.30 by Expeditorv13.6.30
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 f977425069..62c3be7b75 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.29")
+ VERSION = Chef::VersionString.new("13.6.30")
end
#