summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-08 21:21:12 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-08 21:21:15 +0000
commit6ec0c0a0203141296b43005b060186fccd40fb2f (patch)
treea953dcfef999b39e56a9c449d4e43da7b17def41 /chef-bin/lib/chef-bin/version.rb
parent3dd0108ccd98bf943d0eef65da2c1b3be0bd4bc9 (diff)
downloadchef-6ec0c0a0203141296b43005b060186fccd40fb2f.tar.gz
Bump version to 17.0.86 by Chef Expeditorv17.0.86
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/chef-bin/version.rb')
-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 fc06a6bac8..c9828876c6 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.0.85".freeze
+ VERSION = "17.0.86".freeze
end
#