diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-11-30 19:12:28 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-11-30 19:12:28 +0000 |
commit | 3584550db722a9c45a5d98c36eb93d7b814f801f (patch) | |
tree | 6da8df0d080feeece9e33831246ea30f27b6adc8 /chef-config | |
parent | 9cc7ae4944770dc061dfac479c7a0ba525944f61 (diff) | |
download | chef-3584550db722a9c45a5d98c36eb93d7b814f801f.tar.gz |
Bump version to 15.0.96 by Chef Expeditorv15.0.96
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 3cf8807980..6644877fd1 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.95".freeze + VERSION = "15.0.96".freeze end # |