summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-12-11 18:01:58 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-12-11 18:01:58 +0000
commitb40007342ba57eaf49cba75b6f134429bdfa68b6 (patch)
tree5e8f52bafd094e7aeb9856e7236d87307de08900 /lib/chef/version.rb
parent50c50322f0d7270b98cf62133bb109860e9f2223 (diff)
downloadchef-b40007342ba57eaf49cba75b6f134429bdfa68b6.tar.gz
Bump version to 13.6.33 by Expeditorv13.6.33
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 55868cc34d..fd9521b028 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.32")
+ VERSION = Chef::VersionString.new("13.6.33")
end
#