summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-03-15 17:03:00 +0000
committerChef Expeditor <chef-ci@chef.io>2019-03-15 17:03:00 +0000
commit92073aeae333aa97b399090cf8ab7ceb5face006 (patch)
tree281d40d4c5d52d37551adea76a9c669a4922a420 /lib/chef/version.rb
parente56e0f83c5a62d906cbcc5d52f9b0a19301f8509 (diff)
downloadchef-92073aeae333aa97b399090cf8ab7ceb5face006.tar.gz
Bump version to 15.0.189 by Chef Expeditorv15.0.189
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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 97c44bfe02..4c227a5d06 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.188")
+ VERSION = Chef::VersionString.new("15.0.189")
end
#