diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-07-08 23:48:33 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-07-08 23:48:33 +0000 |
commit | 7558c414030d082194d0d2b5f74279ce151517e9 (patch) | |
tree | 3eb46b8fbb35cddadf79767cb06a51f63154f605 /chef-config/lib | |
parent | cfdd8523b66c92d988547269380319ac250b3ee9 (diff) | |
download | chef-7558c414030d082194d0d2b5f74279ce151517e9.tar.gz |
Bump version to 15.1.45 by Chef Expeditorv15.1.45
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 072a2f6bcf..9529454d83 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -21,7 +21,7 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "15.1.44".freeze + VERSION = "15.1.45".freeze end # |