diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-02-01 22:51:19 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-02-01 22:51:19 +0000 |
commit | 78e7e418459c0e9ea95720ac3eb9ea9d70da58b4 (patch) | |
tree | 48ae40e0927d8fd94fb806f3051bf0442af28bee /lib/chef/version.rb | |
parent | 0290643a65125538365e169778adab5792b793db (diff) | |
download | chef-78e7e418459c0e9ea95720ac3eb9ea9d70da58b4.tar.gz |
Bump version to 17.0.70 by Chef Expeditorv17.0.70
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 607373c1ef..0129196720 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("17.0.69") + VERSION = Chef::VersionString.new("17.0.70") end # |