summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-13 17:15:00 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-13 17:15:00 +0000
commit7e6796e749a9be9b8255e73058be43aa1a501920 (patch)
treee5742bc72c6dbd7e9cc0f5355372757ff5658a98 /lib
parentca59043ff778f73bf462245ee9c7749f1a13c659 (diff)
downloadchef-7e6796e749a9be9b8255e73058be43aa1a501920.tar.gz
Bump version to 16.0.203 by Chef Expeditorv16.0.203
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 73145b9858..40001c4dba 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.202")
+ VERSION = Chef::VersionString.new("16.0.203")
end
#