diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-06-18 09:39:14 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-06-18 09:39:14 +0000 |
commit | b1ce96c8f41a28106f2308b4041eb08236f77470 (patch) | |
tree | b40fa0e484338bc62417ada575578e6e78d8a7cb /chef-config/lib | |
parent | 298f2a603061be9ca9f5670d5bbb25c1a57d8ddf (diff) | |
download | chef-b1ce96c8f41a28106f2308b4041eb08236f77470.tar.gz |
Bump version to 15.1.15 by Chef Expeditorv15.1.15
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 45a797b023..1f36b53cf6 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.1.14".freeze + VERSION = "15.1.15".freeze end # |