summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-07 04:13:45 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-07 04:13:45 +0000
commitd1b51e2950f872590ece775fb3bf2bdce292488e (patch)
tree75ba1813ed64db3e14047f956d0249e4103f8fc1 /chef-bin
parent5db7bba2a058994ab183d03e921b58166870e52c (diff)
downloadchef-d1b51e2950f872590ece775fb3bf2bdce292488e.tar.gz
Bump version to 17.0.191 by Chef Expeditorv17.0.191
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 11e08a0f30..902754f162 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.190".freeze
+ VERSION = "17.0.191".freeze
end
#