summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-13 22:34:56 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-13 22:34:56 +0000
commit7b282172c680d07ddac8e62093b77383206dbf41 (patch)
tree744fe495f0789d3e9fdc09cd87dba5a62067270f /chef-bin
parentf3da4e13064aa86f7d5c6f46864c25a6084b9f82 (diff)
downloadchef-7b282172c680d07ddac8e62093b77383206dbf41.tar.gz
Bump version to 16.3.3 by Chef Expeditorv16.3.3
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 29e0d83c3a..daa6819c92 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.2".freeze
+ VERSION = "16.3.3".freeze
end
#