summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-28 19:00:11 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-28 19:00:11 +0000
commit60c8b1ff7347603eedf04bda1634d7a576d3cedd (patch)
treee80a42be12503764565464d1da0dfb9dd13f2ebf /chef-bin
parentdfbb9098f6fe260b2faca69ebceacf6819e9169d (diff)
downloadchef-60c8b1ff7347603eedf04bda1634d7a576d3cedd.tar.gz
Bump version to 17.4.9 by Chef Expeditorv17.4.9
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 2b1c62faed..0c4c12bbec 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.8".freeze
+ VERSION = "17.4.9".freeze
end
#