diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-08-23 19:21:40 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-08-23 19:21:40 +0000 |
commit | 68acd9d44eab0dd3b7674eafebee6a0d934c8298 (patch) | |
tree | b6f6a696966f9e6bbc4065c6b634017f9c914334 /chef-config | |
parent | 71b6f71067c25f74018f7aaa183af4108e366a58 (diff) | |
download | chef-68acd9d44eab0dd3b7674eafebee6a0d934c8298.tar.gz |
Bump version to 17.4.25 by Chef Expeditorv17.4.25
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-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 731c6a0fa3..1bc672e543 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.24".freeze + VERSION = "17.4.25".freeze end |