summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-07 04:58:41 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-07 04:58:41 +0000
commit2b663939d4dd0b7985ef89a3f30ca94c2064772b (patch)
treed29301f39cb6fc61e21a11b29f8e5be0001650b4 /lib/chef/version.rb
parentb98c6a75b3edbac1c3acc191e8a5b935335b2ee9 (diff)
downloadchef-2b663939d4dd0b7985ef89a3f30ca94c2064772b.tar.gz
Bump version to 14.3.33 by Chef Expeditorv14.3.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 58817fe83f..b866f6cc02 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.32")
+ VERSION = Chef::VersionString.new("14.3.33")
end
#