diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-10-25 22:01:42 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-10-25 22:01:42 +0000 |
commit | 76bf0af0ff2d6c2e62889e1cee86ab324a9f6ea1 (patch) | |
tree | c89443781f64955548a56c14aa17830e8f71bc1b /lib | |
parent | 2dc6a7c91d469bc68ac5ed51c9474e56d7911697 (diff) | |
download | chef-76bf0af0ff2d6c2e62889e1cee86ab324a9f6ea1.tar.gz |
Bump version to 13.5.26 by Expeditorv13.5.26
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 e4e21ac871..545011f945 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.5.25") + VERSION = Chef::VersionString.new("13.5.26") end # |