summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-11-12 21:43:33 +0000
committerChef Expeditor <expeditor@chef.io>2019-11-12 21:43:33 +0000
commit4ca7ce6f56f070e30e4b78d8800937d7bdd5cd5b (patch)
tree6c13c25cfa8e0f822c8cbbf6570dbeb1f19521bc /chef-bin
parent55e89f64559b5762551b73ff7d86e13b9d7abbd3 (diff)
downloadchef-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.rb2
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
#