summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-24 02:26:21 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-24 02:26:21 +0000
commit1eb5fbe161422103a4d6bfb79acdcd14bbc7c5bb (patch)
treefb7cbec4383d41a22e274b721d02d3ccc3fab9dc /lib
parente40d253527d2ccd58f7a05a9024e872211d7ed8b (diff)
downloadchef-1eb5fbe161422103a4d6bfb79acdcd14bbc7c5bb.tar.gz
Bump version to 16.3.32 by Chef Expeditorv16.3.32
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 3010f95949..1902303a6e 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.31")
+ VERSION = Chef::VersionString.new("16.3.32")
end
#