diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-07-08 17:47:43 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-07-08 17:47:43 +0000 |
commit | f1c55bb37c751483f0a381224ce6d1a30a66863b (patch) | |
tree | de0ed8bcca6520d667d7806314cf0cb138fcc74c /chef-bin | |
parent | 4b4a028e05bad40268de17a24a3b07156d028175 (diff) | |
download | chef-f1c55bb37c751483f0a381224ce6d1a30a66863b.tar.gz |
Bump version to 15.1.43 by Chef Expeditorv15.1.43
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-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 a9fb471936..a33ee5635f 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.1.42".freeze + VERSION = "15.1.43".freeze end # |