summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-07 03:06:14 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-07 03:06:14 +0000
commit655ff4a73659a7950dfed5d49e8e45cd1ed56e5a (patch)
tree900c53570c8bc0e9c6ec52ac7c75a9a1868970b1 /chef-bin
parentdd240553aa7fd35d7d24beecb358dcfe431a3744 (diff)
downloadchef-655ff4a73659a7950dfed5d49e8e45cd1ed56e5a.tar.gz
Bump version to 17.0.190 by Chef Expeditorv17.0.190
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 022b19cd55..11e08a0f30 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.189".freeze
+ VERSION = "17.0.190".freeze
end
#