summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-14 15:50:41 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-14 15:50:41 +0000
commit035d1e65ca6c7842d77421aed01f54bcaf774e40 (patch)
tree5e4a0d414f59b50e12d079afa0d11c65c4a8ba82 /lib/chef/version.rb
parent4c634999343a4cdf7a6ac005fb7e013eb0d5d4ae (diff)
downloadchef-035d1e65ca6c7842d77421aed01f54bcaf774e40.tar.gz
Bump version to 16.0.303 by Chef Expeditorv16.0.303
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 56f90ff6d5..cc38cb213e 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.302")
+ VERSION = Chef::VersionString.new("16.0.303")
end
#