summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-09 19:08:00 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-09 19:08:00 +0000
commit2a1cf846440f5fc55b70e9696460e63b12b65fb0 (patch)
tree57ac08c771d5d15603f6f7458894689ff0a651ab /chef-bin/lib
parent86f96689f5c90c0ce3222a1df4acdd8488c023b6 (diff)
downloadchef-2a1cf846440f5fc55b70e9696460e63b12b65fb0.tar.gz
Bump version to 16.0.198 by Chef Expeditorv16.0.198
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 c4db5a3253..491acbf3fe 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("../..", __FILE__)
- VERSION = "16.0.197".freeze
+ VERSION = "16.0.198".freeze
end
#