summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-11-12 22:58:26 +0000
committerChef Expeditor <expeditor@chef.io>2019-11-12 22:58:26 +0000
commitc02957b8a3192c28b0963bcf32a19d44f4d5e73c (patch)
tree28c939e46df03dbe78baef63c2c3ddd8f11acadb /chef-bin
parent7906ee9f1ab477ff08d8836701ec9d69f47e8dfa (diff)
downloadchef-c02957b8a3192c28b0963bcf32a19d44f4d5e73c.tar.gz
Bump version to 15.4.78 by Chef Expeditorv15.4.78
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 c48bf7249a..2c6e978c30 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.77".freeze
+ VERSION = "15.4.78".freeze
end
#