diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-12-05 21:29:07 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-12-05 21:29:07 +0000 |
commit | a05cc21d88ce72258e4a58e6d7c98fb584e79382 (patch) | |
tree | 5cbc7c0762a5dded4574b8cedd2b46c77f771314 /chef-config | |
parent | 8f5c99a5e8ae0cd51c080caf03ba567648582b6b (diff) | |
download | chef-a05cc21d88ce72258e4a58e6d7c98fb584e79382.tar.gz |
Bump version to 15.0.100 by Chef Expeditorv15.0.100
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 afe7676c3a..2e95f4948c 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.0.99".freeze + VERSION = "15.0.100".freeze end # |