diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-12-30 01:59:40 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-12-30 01:59:40 +0000 |
commit | 435755ee68c14fd6d6f858e451e7afeee1610e6f (patch) | |
tree | c83b6df4edbbfdb789ec80d76ee253c924270fb1 /lib/chef_zero | |
parent | a8206d6c6f03de1fde15c49f6fe9ddb1d0071b7a (diff) | |
download | chef-zero-435755ee68c14fd6d6f858e451e7afeee1610e6f.tar.gz |
Bump version to 14.0.14 by Chef Expeditorv14.0.14
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef_zero')
-rw-r--r-- | lib/chef_zero/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb index 0772d02..f800bbd 100644 --- a/lib/chef_zero/version.rb +++ b/lib/chef_zero/version.rb @@ -1,3 +1,3 @@ module ChefZero - VERSION = "14.0.13".freeze + VERSION = "14.0.14".freeze end |