summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-17 21:44:29 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-17 21:44:31 +0000
commit5ecbe808034cc2f51b1e22c67e85053978f0d640 (patch)
treed418025ab71e2ffd138abb8146ed0f2a033439f4 /lib
parentfad08ba8c3378c8e353c8b8103e690bb4359165a (diff)
downloadchef-5ecbe808034cc2f51b1e22c67e85053978f0d640.tar.gz
Bump version to 17.3.2 by Chef Expeditorv17.3.2
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 3db855f30f..c5ab7a1158 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("17.3.1")
+ VERSION = Chef::VersionString.new("17.3.2")
end
#