diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-10-03 06:17:57 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-10-03 06:17:57 +0000 |
commit | 9b4aa0f3276a298ea62666210d186871717407d5 (patch) | |
tree | a964c3797f1c166a6a25e7260b679574656cd5c0 /lib | |
parent | 8ffb06a359a6ad4413c3df13167809434ce2e365 (diff) | |
download | chef-9b4aa0f3276a298ea62666210d186871717407d5.tar.gz |
Bump version to 15.4.26 by Chef Expeditorv15.4.26
Obvious fix; these changes are the result of automation not creative thinking.
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 3de46cd229..714c69885e 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require_relative "version_string" class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("15.4.25") + VERSION = Chef::VersionString.new("15.4.26") end # |