diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-07-09 21:46:07 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-07-09 21:46:07 +0000 |
commit | 13294435fe6a23cf279405e7bf0a474a8876bdb6 (patch) | |
tree | 80e4c52facebdf8ccab6ca40454c293818a9e557 /chef-config | |
parent | 7b10d390696f31dd7437d8ee2f9de52aa4c8633e (diff) | |
download | chef-13294435fe6a23cf279405e7bf0a474a8876bdb6.tar.gz |
Bump version to 16.13.45 by Chef Expeditorv16.13.45
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 eac971f5b6..88a6ad3bc3 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 = "16.13.44".freeze + VERSION = "16.13.45".freeze end |