summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-15 01:33:42 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-15 01:33:42 +0000
commit3ce10c6d89728fc566709383d74b41df8dd01fd2 (patch)
treed43137e4acb00b3468aaf00da9b171bfe9cf0865 /lib
parent0b0a76b38885f85823319100289c7bee32832768 (diff)
downloadchef-3ce10c6d89728fc566709383d74b41df8dd01fd2.tar.gz
Bump version to 16.2.32 by Chef Expeditorv16.2.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 9f62024966..7ccdc46b37 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("../..", __FILE__)
- VERSION = Chef::VersionString.new("16.2.31")
+ VERSION = Chef::VersionString.new("16.2.32")
end
#