summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-20 17:57:58 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-20 17:57:58 +0000
commit0aac0e30a5532e9d2d32764c8f3221efba475f86 (patch)
tree9bd5caeed1afeaba06773394126b730d6ef9ff29 /chef-bin/lib/chef-bin/version.rb
parenta225d93086983994addea463ee85d637de4e9246 (diff)
downloadchef-16.1.7.tar.gz
Bump version to 16.1.7 by Chef Expeditorv16.1.7
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/chef-bin/version.rb')
-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 f9e4d6a6b7..415ce2c533 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.1.6".freeze
+ VERSION = "16.1.7".freeze
end
#