diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-07-15 22:56:00 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-07-15 22:56:00 +0000 |
commit | f046ceca7f21ee61d7386e21779a6f60e7bdc49f (patch) | |
tree | 85b9dc1480ef2da901f46dc5081fb875526e86b8 /chef-config/lib | |
parent | 9db477c27f92222d657d0610915b679723c3ddfc (diff) | |
download | chef-f046ceca7f21ee61d7386e21779a6f60e7bdc49f.tar.gz |
Bump version to 15.1.53 by Chef Expeditorv15.1.53
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 9571de65dd..b836fd30fe 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.52".freeze + VERSION = "15.1.53".freeze end # |