summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-24 02:52:08 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-24 02:52:08 +0000
commitca77e0deb566570f2bd4e24bb4fe037a21123480 (patch)
tree5c05fd46714f3d0cb307e13eeb2cfd5d9d657b3b /lib/chef
parent80a6c91ce3cb5e17a933b07f0d42535e145b33f4 (diff)
downloadchef-ca77e0deb566570f2bd4e24bb4fe037a21123480.tar.gz
Bump version to 16.3.33 by Chef Expeditorv16.3.33
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 1902303a6e..494b7e45b2 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("16.3.32")
+ VERSION = Chef::VersionString.new("16.3.33")
end
#