summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-17 01:01:07 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-17 01:01:07 +0000
commita9bf78e46ae677479e0a4f0dcf313f66fee55f3f (patch)
treea5ed5ab96c5d22bf5e2593cafa7ae56f0b82d13e /chef-bin/lib/chef-bin/version.rb
parent6020c958959df374fdbf0a7e14b308e03564e749 (diff)
downloadchef-a9bf78e46ae677479e0a4f0dcf313f66fee55f3f.tar.gz
Bump version to 17.0.107 by Chef Expeditorv17.0.107
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 21a6b0a58d..d61a215960 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.106".freeze
+ VERSION = "17.0.107".freeze
end
#