diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-13 19:07:13 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-13 19:07:13 +0000 |
commit | c21adbe0f067a39d29dc8e0668edd5b543d74a08 (patch) | |
tree | 73518fcbc2565a7e4743db9da8f94883900ea5d9 /lib/chef_zero | |
parent | f5111960be44b27191450d510aa5d0199ee57ca4 (diff) | |
download | chef-zero-c21adbe0f067a39d29dc8e0668edd5b543d74a08.tar.gz |
Bump version to 15.0.1 by Chef Expeditorv15.0.1
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 4c15ca6..ae2cd1b 100644 --- a/lib/chef_zero/version.rb +++ b/lib/chef_zero/version.rb @@ -1,3 +1,3 @@ module ChefZero - VERSION = "15.0.0".freeze + VERSION = "15.0.1".freeze end |