summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-26 19:54:43 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-26 19:54:43 +0000
commit566630269bfbde6b4cc276120a0a58e5bdb31cd5 (patch)
tree4a3caeb535b60915fbcd848686a7edd0ca7284c2 /chef-bin
parent4379ae2bbe40a64701228ad843328b576f7194ec (diff)
downloadchef-566630269bfbde6b4cc276120a0a58e5bdb31cd5.tar.gz
Bump version to 16.7.1 by Chef Expeditorv16.7.1
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 dcf974eed3..240fcd4c2a 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.0".freeze
+ VERSION = "16.7.1".freeze
end
#