summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-09 20:17:31 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-09 20:17:36 +0000
commitdd9f1d09d4c73391d2aeaf1990fea9745ea7b2a7 (patch)
tree8240c8c0e487097e5213cdcdeaa6cad43f635089 /chef-bin/lib/chef-bin/version.rb
parentdccbea46e8b209ddeaac8c4c9598cd1bbb6fcc1d (diff)
downloadchef-dd9f1d09d4c73391d2aeaf1990fea9745ea7b2a7.tar.gz
Bump version to 17.5.2 by Chef Expeditorv17.5.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 92f3b6891d..f696daafb4 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.5.1".freeze
+ VERSION = "17.5.2".freeze
end
#