summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-17 19:29:24 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-17 19:29:24 +0000
commit9f5f6d6e81b9fcf5ecd05ab70e8af552f387eca1 (patch)
tree3c41160c03753d9c14a818141430a5799a0dc4b0 /chef-bin/lib/chef-bin/version.rb
parentd64d4dffc5e7724a40bb02eb7100d1bb59ce3f21 (diff)
downloadchef-9f5f6d6e81b9fcf5ecd05ab70e8af552f387eca1.tar.gz
Bump version to 17.0.109 by Chef Expeditorv17.0.109
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 961083855b..418987e1f0 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.108".freeze
+ VERSION = "17.0.109".freeze
end
#