diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-03-15 00:05:55 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-03-15 00:05:55 +0000 |
commit | e26d943ab7958a88161f3c5959fad29aa8ed8b36 (patch) | |
tree | 939ac72f6d6e8c352457d6510860c9c285b388e3 /lib/chef/version.rb | |
parent | 209ef30036960a0a8ba82e5f58bad73935dabefb (diff) | |
download | chef-e26d943ab7958a88161f3c5959fad29aa8ed8b36.tar.gz |
Bump version to 15.0.188 by Chef Expeditorv15.0.188
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 1a4d42bead..97c44bfe02 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.187") + VERSION = Chef::VersionString.new("15.0.188") end # |