diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-29 21:41:28 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-29 21:41:29 +0000 |
commit | f0878f4e9ddd5b273b7fed67f30742c25f1662c3 (patch) | |
tree | e24a7fe4d0601fe4b31e84c2bdabf3d227e5b7c5 /chef-config | |
parent | 7cfd9c3c099b264924da08721e7759886c94d16f (diff) | |
download | chef-f0878f4e9ddd5b273b7fed67f30742c25f1662c3.tar.gz |
Bump version to 14.13.0 by Chef Expeditorv14.13.0
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 e93186b766..6a6f59dc5a 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.12.14".freeze + VERSION = "14.13.0".freeze end # |