diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-09-01 10:55:05 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-09-01 10:55:05 +0000 |
commit | a60adadf4ffa54f3aa1d92de824393f367579452 (patch) | |
tree | ca379df5df11a7fb45bbf42480165caa6ed6e003 /lib/chef/version.rb | |
parent | 09377dc9fa0518f5760611decbc751b121d8135d (diff) | |
download | chef-a60adadf4ffa54f3aa1d92de824393f367579452.tar.gz |
Bump version to 13.4.10 by Chef Expeditorv13.4.10
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 500c7a68c8..2921af41da 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("13.4.9") + VERSION = Chef::VersionString.new("13.4.10") end # |