summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-13 19:19:26 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-13 19:19:26 +0000
commit1c7585dff3116c89a8802311984d54daaed0d1eb (patch)
tree33863717d6dcbab0458c02c9d42f5c2f5d9f3d66 /chef-bin
parentee57fef138668b3b5ccc612741b3fbf5553fabf2 (diff)
downloadchef-1c7585dff3116c89a8802311984d54daaed0d1eb.tar.gz
Bump version to 15.7.9 by Chef Expeditorv15.7.9
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 1f954ad538..7a7640dc81 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.7.8".freeze
+ VERSION = "15.7.9".freeze
end
#