summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-02 20:34:39 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-02 20:34:39 +0000
commit42ea5aeef601067c6d1cfcd1e44e3daec7848ce9 (patch)
treebca4d05b4cbb60e341b448e540af59f00ed96ed9 /lib
parentf9d5d242bd057945d9db9019921189dde2bc85cf (diff)
downloadchef-42ea5aeef601067c6d1cfcd1e44e3daec7848ce9.tar.gz
Bump version to 15.0.201 by Chef Expeditorv15.0.201
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 d393f14497..501be71c0e 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.200")
+ VERSION = Chef::VersionString.new("15.0.201")
end
#