summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-05-21 17:18:40 +0000
committerChef Expeditor <chef-ci@chef.io>2021-05-21 17:18:40 +0000
commitfab6898189a5f099c60b40e9cf7717d8c32f45eb (patch)
tree5ae72f8a4918c80fb59d3485f2d90fb4e20cdfa0 /chef-bin
parent37380237d70c6bb8295d275f8a32d2da67b24e50 (diff)
downloadchef-fab6898189a5f099c60b40e9cf7717d8c32f45eb.tar.gz
Bump version to 17.2.3 by Chef Expeditorv17.2.3
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-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 f4d6942ac5..52d95c1eda 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.2.2".freeze
+ VERSION = "17.2.3".freeze
end
#