diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-04-22 01:45:00 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-04-22 01:45:00 +0000 |
commit | 49692feaaa5c4ae3cdef2d9afadd5d71b596697c (patch) | |
tree | be544011dafb33b35abe29ded411d0d1c8ddc148 /lib | |
parent | b27f87bcb6909c9694a5f584b02312ce9858cb87 (diff) | |
download | chef-49692feaaa5c4ae3cdef2d9afadd5d71b596697c.tar.gz |
Bump version to 14.0.207 by Expeditorv14.0.207
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/version.rb | 2 |
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 # |