diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-11-12 21:43:33 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-11-12 21:43:33 +0000 |
commit | 4ca7ce6f56f070e30e4b78d8800937d7bdd5cd5b (patch) | |
tree | 6c13c25cfa8e0f822c8cbbf6570dbeb1f19521bc /chef-bin | |
parent | 55e89f64559b5762551b73ff7d86e13b9d7abbd3 (diff) | |
download | chef-4ca7ce6f56f070e30e4b78d8800937d7bdd5cd5b.tar.gz |
Bump version to 15.4.76 by Chef Expeditorv15.4.76
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 eccf6f27b9..49520d43a3 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.75".freeze + VERSION = "15.4.76".freeze end # |