diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-11-07 22:02:20 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-11-07 22:02:20 +0000 |
commit | 4b09a1a727e931671bd7af5797aa816bb2be5008 (patch) | |
tree | 8cc5f261252efe802292d06a4131f383cac6b5ab /chef-config | |
parent | 99c5e5f09b134af77b5090b13f97870fe5a6eda0 (diff) | |
download | chef-4b09a1a727e931671bd7af5797aa816bb2be5008.tar.gz |
Bump version to 14.7.17 by Chef Expeditorv14.7.17
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 275b3a21ce..42c008670f 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 = "14.7.16".freeze + VERSION = "14.7.17".freeze end # |