summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-28 18:45:40 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-28 18:45:40 +0000
commit193a78057dab176251b3bd7f0512b09e7445e5cb (patch)
tree7cfb4c055603950a228b977d193ee6ab3f095dea /chef-bin
parent96e590781ee60fb2097488ec2c4418f442bd46a4 (diff)
downloadchef-193a78057dab176251b3bd7f0512b09e7445e5cb.tar.gz
Bump version to 17.4.8 by Chef Expeditorv17.4.8
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 c09c11e778..2b1c62faed 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.7".freeze
+ VERSION = "17.4.8".freeze
end
#