summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-31 20:08:41 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-31 20:08:41 +0000
commitd9519dbbfb3927e5fb6228ed435778dbd103a24f (patch)
tree1a876de9076320f7c98a99f842f66d93f39aebc0 /chef-bin
parente0ce82caac6a27ccdb69b0445cfd2e84496e73a4 (diff)
downloadchef-d9519dbbfb3927e5fb6228ed435778dbd103a24f.tar.gz
Bump version to 16.3.54 by Chef Expeditorv16.3.54
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 e30afe5e50..90923fc0c8 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.53".freeze
+ VERSION = "16.3.54".freeze
end
#