summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-19 11:52:01 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-19 11:52:01 +0000
commitf3698119a48d4706bccd4767f3c50f0820f9ae5c (patch)
tree82ed754014689fab2f450fb71193ca463c29a216 /lib
parent426d30762bdeb9d5a64d8e64ea3454a523e2f6af (diff)
downloadchef-f3698119a48d4706bccd4767f3c50f0820f9ae5c.tar.gz
Bump version to 14.0.206 by Expeditorv14.0.206
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 5746e02e20..310636e71b 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("14.0.205")
+ VERSION = Chef::VersionString.new("14.0.206")
end
#