diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-07-02 19:43:32 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-07-02 19:43:32 +0000 |
commit | dcbe0c887b7255b6b03a1fd6f2e933f07d98e0ad (patch) | |
tree | 6a762923dbe5816737f398545a1302b253f7d431 /lib/chef/version.rb | |
parent | 9b0f4e1275e6014568912b23290d5d625ee3cb8e (diff) | |
download | chef-dcbe0c887b7255b6b03a1fd6f2e933f07d98e0ad.tar.gz |
Bump version to 16.2.78 by Chef Expeditorv16.2.78
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.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index f7a7c85bc5..b5a02cc8be 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.2.77") + VERSION = Chef::VersionString.new("16.2.78") end # |