summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-21 17:54:16 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-21 17:54:16 +0000
commitd5d005f843d767cbb8cac81226c10b96f956e2d0 (patch)
tree91855ff33d016687b6d3e0e3a7aa876c1ec813b8 /chef-bin/lib
parent8c969d73657deeb2f00790c10b9553bce9a20e98 (diff)
downloadchef-d5d005f843d767cbb8cac81226c10b96f956e2d0.tar.gz
Bump version to 16.5.3 by Chef Expeditorv16.5.3
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 ca7b84938c..efc4e120fb 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.5.2".freeze
+ VERSION = "16.5.3".freeze
end
#