diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-12-30 02:06:53 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-12-30 02:06:53 +0000 |
commit | 7c856ba33f5bda1eb636843e3968214cc140141a (patch) | |
tree | e7a486394bd539e918a0e4dd4706d8ba1002884f /lib/chef_zero/version.rb | |
parent | c8bf6efa66ff005ab87ff81c9a857ea0c6c1090e (diff) | |
download | chef-zero-7c856ba33f5bda1eb636843e3968214cc140141a.tar.gz |
Bump version to 14.0.15 by Chef Expeditorv14.0.15
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef_zero/version.rb')
-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 f800bbd..02dc64a 100644 --- a/lib/chef_zero/version.rb +++ b/lib/chef_zero/version.rb @@ -1,3 +1,3 @@ module ChefZero - VERSION = "14.0.14".freeze + VERSION = "14.0.15".freeze end |