diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-16 22:30:47 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-16 22:30:47 +0000 |
commit | 135e5d7d1fb805bf1a35311fac96793c2311a39f (patch) | |
tree | 4b5225469b44f1a4ae492752b6dfe1e39448dc78 /lib | |
parent | 2be97cdb7c77be0c1c88248c2fbc7e636f50edfa (diff) | |
download | chef-135e5d7d1fb805bf1a35311fac96793c2311a39f.tar.gz |
Bump version to 15.10.9 by Chef Expeditorv15.10.9
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 b8dbc02417..60122d0232 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("15.10.8") + VERSION = Chef::VersionString.new("15.10.9") end # |