summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-22 01:45:00 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-22 01:45:00 +0000
commit49692feaaa5c4ae3cdef2d9afadd5d71b596697c (patch)
treebe544011dafb33b35abe29ded411d0d1c8ddc148 /lib/chef
parentb27f87bcb6909c9694a5f584b02312ce9858cb87 (diff)
downloadchef-49692feaaa5c4ae3cdef2d9afadd5d71b596697c.tar.gz
Bump version to 14.0.207 by Expeditorv14.0.207
Diffstat (limited to 'lib/chef')
-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 310636e71b..36866fd3c8 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.206")
+ VERSION = Chef::VersionString.new("14.0.207")
end
#