diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-12-05 03:15:34 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-12-05 03:15:34 +0000 |
commit | 79d9111b0171312c0a6e065f3a4de5b53bc1ecf5 (patch) | |
tree | 89bf65b8c5e1edcb624ab8c79687886cec9046a1 /chef-config | |
parent | fb76775e6f60a8e94cee60538d98e9dfbbf87934 (diff) | |
download | chef-79d9111b0171312c0a6e065f3a4de5b53bc1ecf5.tar.gz |
Bump version to 15.0.97 by Chef Expeditorv15.0.97
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 6644877fd1..0524cfc3fd 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.96".freeze + VERSION = "15.0.97".freeze end # |