summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-02 05:33:45 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-02 05:33:45 +0000
commit71088574e7b67850612c43e0804d00baa0984506 (patch)
tree375243d13788c070f2b038905b48c81367b1fe17 /chef-bin
parent8d5ae9a47765c5b598db65c714b93d203af8e303 (diff)
downloadchef-71088574e7b67850612c43e0804d00baa0984506.tar.gz
Bump version to 16.3.56 by Chef Expeditorv16.3.56
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 bac39457f7..9e54180924 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.55".freeze
+ VERSION = "16.3.56".freeze
end
#