diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-04-30 16:25:28 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-04-30 16:25:28 +0000 |
commit | 23dddb873c10c96fc733e15dd31c1775dafe86da (patch) | |
tree | ffb89c23c5a43335a2af8c0b693742bc84be8022 /lib | |
parent | 04909f1f62b6112c6a2179642a433c9e139cbd6a (diff) | |
download | chef-23dddb873c10c96fc733e15dd31c1775dafe86da.tar.gz |
Bump version to 15.0.244 by Chef Expeditorv15.0.244
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 0274d6e985..91e118cda9 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.243") + VERSION = Chef::VersionString.new("15.0.244") end # |