summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-13 18:36:08 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-13 18:36:08 +0000
commit336ab7f71da619f5f5bb2df6e7995fa654ade7be (patch)
treea36c613402f6194953e4e96ab81d2c2740a68722 /lib/chef
parentb052f77af13ddca46f59f44a74bcce59aeda1a14 (diff)
downloadchef-336ab7f71da619f5f5bb2df6e7995fa654ade7be.tar.gz
Bump version to 16.0.204 by Chef Expeditorv16.0.204
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 40001c4dba..96db357859 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.203")
+ VERSION = Chef::VersionString.new("16.0.204")
end
#