summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-24 18:30:46 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-24 18:30:47 +0000
commit4cde03dcff2edf646e029f96d8d7fe899381dea6 (patch)
tree3785ce6d12233a3fd8e291c3957bacca49f2effd /chef-bin
parent2256ca8ccbea3eb2d0a1bba2cdad00b1b9027828 (diff)
downloadchef-4cde03dcff2edf646e029f96d8d7fe899381dea6.tar.gz
Bump version to 16.0.78 by Chef Expeditorv16.0.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 db836dadfc..88e9a7a8c5 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 = "16.0.77".freeze
+ VERSION = "16.0.78".freeze
end
#