diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-04-30 22:31:51 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-04-30 22:31:51 +0000 |
commit | df1a3db1deff96233756f1b2f80f48ae477881d2 (patch) | |
tree | 33cd3477741513fe604326b767c998bdfeb72d91 /lib | |
parent | 1cc8e4c95ac46db26904d4f372c8f892303cc214 (diff) | |
download | chef-df1a3db1deff96233756f1b2f80f48ae477881d2.tar.gz |
Bump version to 15.0.246 by Chef Expeditorv15.0.246
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 e928e41695..5bea0d6f04 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.245") + VERSION = Chef::VersionString.new("15.0.246") end # |