summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-08 00:03:28 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-08 00:03:35 +0000
commitf36dc8f1ba6739a3146e25fabd3ec098de55a0e7 (patch)
treee049ff4a8ea5f42bfbec3603dc1135109c8e1afe /chef-bin
parent3e5a27b46c07697a1bded083a64de24a066ddc3e (diff)
downloadchef-f36dc8f1ba6739a3146e25fabd3ec098de55a0e7.tar.gz
Bump version to 17.0.195 by Chef Expeditorv17.0.195
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 1a4bcf7328..06d8b89480 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.194".freeze
+ VERSION = "17.0.195".freeze
end
#