summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-01 22:20:11 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-01 22:20:11 +0000
commitacb23859f867121b361b513c69a4a01b85ee3c19 (patch)
treec8862d55c1606a4f5e1cd177356a75b93133876f /lib
parentbd3fbfdc45ac96e4bd7dc6972c088cbf10659ef6 (diff)
downloadchef-acb23859f867121b361b513c69a4a01b85ee3c19.tar.gz
Bump version to 15.0.200 by Chef Expeditorv15.0.200
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 9075262c43..d393f14497 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.199")
+ VERSION = Chef::VersionString.new("15.0.200")
end
#