summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
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 /chef-bin/lib/chef-bin/version.rb
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 'chef-bin/lib/chef-bin/version.rb')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index f22b89d07f..16def61438 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.3.1".freeze
+ VERSION = "17.3.2".freeze
end
#