diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-06 18:46:53 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-06 18:46:54 +0000 |
commit | b44856c90ec82b5039181106dcbaa13b281a3e8b (patch) | |
tree | 0c462d24a7bc2de1b17822ba87265b2dd7ae8cd4 /lib | |
parent | c23a9d65f4bf5aba2fe7cf384e04f7703631fb0b (diff) | |
download | chef-b44856c90ec82b5039181106dcbaa13b281a3e8b.tar.gz |
Bump version to 15.0.265 by Chef Expeditorv15.0.265
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 6e9bd1c746..445dcc3bc2 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require "chef/version_string" class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("15.0.264") + VERSION = Chef::VersionString.new("15.0.265") end # |