diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-11-05 06:18:20 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-11-05 06:18:20 +0000 |
commit | 498b2dc23778176b0a018b2559cdb3036aeeef35 (patch) | |
tree | 192d5a8ba0925a135716fa17ed2886bd68946110 /chef-bin/lib | |
parent | a3c45f5ab301af3af9ff56ca0d1b20cebf2c5b23 (diff) | |
download | chef-498b2dc23778176b0a018b2559cdb3036aeeef35.tar.gz |
Bump version to 15.4.67 by Chef Expeditorv15.4.67
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-rw-r--r-- | chef-bin/lib/chef-bin/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb index 9bfd5a316a..67daa0ac14 100644 --- a/chef-bin/lib/chef-bin/version.rb +++ b/chef-bin/lib/chef-bin/version.rb @@ -21,7 +21,7 @@ module ChefBin CHEFBIN_ROOT = File.expand_path("../..", __FILE__) - VERSION = "15.4.66".freeze + VERSION = "15.4.67".freeze end # |