diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-11-05 15:53:01 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-11-05 15:53:01 +0000 |
commit | 8f11fb732230e924a3559b3697d1de077b9a412a (patch) | |
tree | ba616b0192939f405464878a4890d0f15e9dfb2b /lib | |
parent | c80d5bf9d1162d1dd6e07ff47d0cf74427f89af8 (diff) | |
download | chef-8f11fb732230e924a3559b3697d1de077b9a412a.tar.gz |
Bump version to 15.0.40 by Chef Expeditorv15.0.40
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 fb2011a9c3..3a1d40b5c1 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.39") + VERSION = Chef::VersionString.new("15.0.40") end # |