summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-08 16:57:55 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-08 16:57:55 +0000
commitc1a9191359b3deb3dbe1084f4bdbe88f4175ebe0 (patch)
tree627cd2f29d2fe5393a9ae194a8bde47d8cb87ba9 /chef-bin
parent55bc71a0cf6a05f2c080ae839ca10fc307b959c4 (diff)
downloadchef-c1a9191359b3deb3dbe1084f4bdbe88f4175ebe0.tar.gz
Bump version to 17.0.199 by Chef Expeditorv17.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 4c52e54ca2..2978c863d5 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.198".freeze
+ VERSION = "17.0.199".freeze
end
#