diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-12-03 08:01:25 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-12-03 08:01:25 +0000 |
commit | e16c693a55d420ee7219cdd7a93791517d28bc15 (patch) | |
tree | 0c24787ec86cb7e16f97138e2bba0682bb60f1a1 /lib | |
parent | e44bfc1507ae9a6126b9510b57318ffbfb684e40 (diff) | |
download | chef-e16c693a55d420ee7219cdd7a93791517d28bc15.tar.gz |
Bump version to 16.7.67 by Chef Expeditorv16.7.67
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 8f6f0c7875..3e6dcb6f76 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("..", __dir__) - VERSION = Chef::VersionString.new("16.7.66") + VERSION = Chef::VersionString.new("16.7.67") end # |