diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-07-10 23:46:26 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-07-10 23:46:26 +0000 |
commit | cdf77de6ca65690304725ff1cbaf233c2268c586 (patch) | |
tree | 24d829afad8f746b74391a1ee7f85ba8f5759054 /lib/chef/version.rb | |
parent | de71f0f0035f6b076e9ab6fa7138c155fea7c46f (diff) | |
download | chef-15.1.50.tar.gz |
Bump version to 15.1.50 by Chef Expeditorv15.1.50
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 f397e33e5a..d2b65685b5 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.1.49") + VERSION = Chef::VersionString.new("15.1.50") end # |