summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-29 23:27:06 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-29 23:27:06 +0000
commitbb6116d12fbc75dbb3d1daa36b8413b1bc6638d1 (patch)
tree7b93a97aed4f552bd76d222c516cac92fd38e6cf /chef-bin
parent3653ece7f0fe82c02825edc0d154a040b23f3a4d (diff)
downloadchef-bb6116d12fbc75dbb3d1daa36b8413b1bc6638d1.tar.gz
Bump version to 17.9.19 by Chef Expeditorv17.9.19
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 954a419613..1e17a07862 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.9.18".freeze
+ VERSION = "17.9.19".freeze
end
#