diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-25 16:41:12 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-25 16:41:12 +0000 |
commit | 79d0c500226b6e35d4aa2eea89a9dec9ff9a9db0 (patch) | |
tree | 9a6635c87f8a2ddfc5d69ee08694f70f3e691824 /lib | |
parent | f66f7ee2f9778302db55594cef50ed7c0db25445 (diff) | |
download | chef-16.0.245.tar.gz |
Bump version to 16.0.245 by Chef Expeditorv16.0.245
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 4808997828..901d502398 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.244") + VERSION = Chef::VersionString.new("16.0.245") end # |