summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-14 16:42:18 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-14 16:42:18 +0000
commitfb43c19e2c827cae458578386349651ec8b5588a (patch)
tree64caf69ec40d75d6931bd6b563a949f90b871560 /lib/chef
parentb761101ebebdbf933c2f9c99d2d79de89ccba99c (diff)
downloadchef-fb43c19e2c827cae458578386349651ec8b5588a.tar.gz
Bump version to 16.0.209 by Chef Expeditorv16.0.209
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index d23f2cc2a8..cb032703d2 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("16.0.208")
+ VERSION = Chef::VersionString.new("16.0.209")
end
#