diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-08-29 19:55:13 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-08-29 19:55:13 +0000 |
commit | 9f3737dd5366f260244b3413197406552dbc1a3b (patch) | |
tree | a744693ed6741e4d446d3fe8b1842e6c029bb7cc /chef-config | |
parent | 94a5f9b5aae78a3b7932e041dee101a03c7e9626 (diff) | |
download | chef-9f3737dd5366f260244b3413197406552dbc1a3b.tar.gz |
Bump version to 15.2.34 by Chef Expeditorv15.2.34
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 ef7014daf3..510eccb709 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.33".freeze + VERSION = "15.2.34".freeze end # |