summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-15 20:05:39 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-15 20:05:40 +0000
commitcaf0cbc50a5073dab36b0c5acf3304d62de82942 (patch)
tree35982dbdb1145c3e4d0e552b8cea6d3381a821a3 /chef-bin
parent79b7b5a373311b891e94ab2c8d7900a2e3f80eb5 (diff)
downloadchef-caf0cbc50a5073dab36b0c5acf3304d62de82942.tar.gz
Bump version to 15.13.3 by Chef Expeditorv15.13.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 13af48d8c0..c677c6e9bf 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 = "15.13.2".freeze
+ VERSION = "15.13.3".freeze
end
#