diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-11-20 09:24:08 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-11-20 09:24:08 +0000 |
commit | b631df7190f949218aa0b30c2aeed6350dce7b00 (patch) | |
tree | 129f11c5db22dcbdd9ff5238fb54f455a3992c0a /chef-config | |
parent | 7bb983c8358a05361bef4f77832d2f51978dd15a (diff) | |
download | chef-b631df7190f949218aa0b30c2aeed6350dce7b00.tar.gz |
Bump version to 15.0.80 by Chef Expeditorv15.0.80
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 f64ae0af66..fe1baaf183 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.79".freeze + VERSION = "15.0.80".freeze end # |