summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-08 17:30:12 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-08 17:30:12 +0000
commit4fa2d7c08ea085d3e55149a6706958c2e6a0fb3d (patch)
treeaeb89e7fabcce6bf513eb818d5c5b0f9c27c6f8c /lib
parent857ab0349072ba6b5f069371271b9c0b08fd5fad (diff)
downloadchef-4fa2d7c08ea085d3e55149a6706958c2e6a0fb3d.tar.gz
Bump version to 15.0.206 by Chef Expeditorv15.0.206
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 dacdfc5d79..74e3e86e4a 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.205")
+ VERSION = Chef::VersionString.new("15.0.206")
end
#