summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-29 17:10:26 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-29 17:10:26 +0000
commitb4d9dce4ecb31aa935cbe20053b2d335d62032bf (patch)
tree600bd1beb54faa2a90d21b91dd5c2dda02986fee /chef-bin
parent25c039a140c3dd8b05ab81b467b36642fc3724c2 (diff)
downloadchef-b4d9dce4ecb31aa935cbe20053b2d335d62032bf.tar.gz
Bump version to 16.7.9 by Chef Expeditorv16.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 18fc0b5e91..1d4a362a58 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("..", __dir__)
- VERSION = "16.7.8".freeze
+ VERSION = "16.7.9".freeze
end
#