summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-31 01:37:07 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-31 01:37:07 +0000
commit2af65725a67cb07ece36f204b958adaff6b90c20 (patch)
tree532140430889e1af2f6bad69f3707c91dd329ea9 /chef-bin
parent189454a7463b3d465de4db8e1a91913be560c81a (diff)
downloadchef-2af65725a67cb07ece36f204b958adaff6b90c20.tar.gz
Bump version to 17.4.15 by Chef Expeditorv17.4.15
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 5f84e78d0b..0e0b9ce806 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.4.14".freeze
+ VERSION = "17.4.15".freeze
end
#