summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-27 04:14:08 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-27 04:14:16 +0000
commitaa9af2e06e48a782780be3086b88768839cea9b1 (patch)
treec0f5c7d1089b45a898ff259f2c220c6c3c012c89 /chef-bin
parentdcd90fb2c7fcafbac4aaf9a27b1ade7722f6ba6b (diff)
downloadchef-aa9af2e06e48a782780be3086b88768839cea9b1.tar.gz
Bump version to 17.8.13 by Chef Expeditorv17.8.13
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 cfb6de4e0d..b746fc79c9 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 = "17.8.12".freeze
+ VERSION = "17.8.13".freeze
end
#