diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-02-20 16:25:12 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-02-20 16:25:12 +0000 |
commit | 96a3ea931e21f2f579e4322457c5b88c0f18ba14 (patch) | |
tree | 3330fb763c7f71d65761be0ef79a84b03bc14cc6 /lib/chef/version.rb | |
parent | 21fd3fae84ba79587233bc5b1493a82a44fcb947 (diff) | |
download | chef-96a3ea931e21f2f579e4322457c5b88c0f18ba14.tar.gz |
Bump version to 14.0.69 by Expeditorv14.0.69
Diffstat (limited to 'lib/chef/version.rb')
-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 d53483ff45..31803dbe97 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.68") + VERSION = Chef::VersionString.new("14.0.69") end # |