summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-15 18:16:12 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-15 18:16:12 +0000
commitafcc7e233a7a00bae39555983652915a8882b0a7 (patch)
treedbc6dbfba22dee668aff2bb53c6e3e8ac299d2ae /chef-bin
parent5974b0eeb54b7f90967b393cf83caf086a1064fa (diff)
downloadchef-afcc7e233a7a00bae39555983652915a8882b0a7.tar.gz
Bump version to 16.3.10 by Chef Expeditorv16.3.10
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 edeb92764f..a8cf239667 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.3.9".freeze
+ VERSION = "16.3.10".freeze
end
#