summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-03-18 16:53:31 +0000
committerChef Expeditor <chef-ci@chef.io>2019-03-18 16:53:31 +0000
commitfa2113ddd6282074aa897767bdc908877759502f (patch)
treeef77de8a22969eab931ff3f617cce70f4bc3bd66 /lib/chef/version.rb
parent7cf3cc364475d4c52bd4672d16a34365873b5dcd (diff)
downloadchef-fa2113ddd6282074aa897767bdc908877759502f.tar.gz
Bump version to 15.0.190 by Chef Expeditorv15.0.190
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 4c227a5d06..b917ebf36a 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.189")
+ VERSION = Chef::VersionString.new("15.0.190")
end
#