summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-09 19:15:32 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-09 19:15:32 +0000
commit4d501a96107e3adc2c94c87dae06cc8cbda4e5b4 (patch)
treed419ee8abb23a4577e51ec445d8bc6b178d1a26f /chef-bin
parent9ef5a2b2fe47d68b4555e0692069cbde4788bbea (diff)
downloadchef-4d501a96107e3adc2c94c87dae06cc8cbda4e5b4.tar.gz
Bump version to 16.0.199 by Chef Expeditorv16.0.199
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 491acbf3fe..a1f93a7002 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.198".freeze
+ VERSION = "16.0.199".freeze
end
#