diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-07-28 19:00:11 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-07-28 19:00:11 +0000 |
commit | 60c8b1ff7347603eedf04bda1634d7a576d3cedd (patch) | |
tree | e80a42be12503764565464d1da0dfb9dd13f2ebf /chef-config/lib | |
parent | dfbb9098f6fe260b2faca69ebceacf6819e9169d (diff) | |
download | chef-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-config/lib')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index a28085226a..a78e60e045 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -15,5 +15,5 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("..", __dir__) - VERSION = "17.4.8".freeze + VERSION = "17.4.9".freeze end |