diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-08-29 17:40:32 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-08-29 17:40:32 +0000 |
commit | 47920c5428e795589da93f8cb7fe174fb055cc37 (patch) | |
tree | b202986060a5dc1a93691fdb7989fd47c76bfe00 /chef-config | |
parent | 4853bff136a2419eed120a70bbca5d23c9f3029c (diff) | |
download | chef-47920c5428e795589da93f8cb7fe174fb055cc37.tar.gz |
Bump version to 15.2.32 by Chef Expeditorv15.2.32
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 cd0f840381..3913f80244 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.2.31".freeze + VERSION = "15.2.32".freeze end # |