diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-06-25 06:37:41 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-06-25 06:37:41 +0000 |
commit | 3b2495c5a2c6cc4e558b11a6ddb0328643907a8c (patch) | |
tree | 1c2bef2fc895989447c58ec99f1c8a05bb2c085d /lib | |
parent | aaea1f2956591f14912237c26db116d13c2ffc99 (diff) | |
download | chef-3b2495c5a2c6cc4e558b11a6ddb0328643907a8c.tar.gz |
Bump version to 15.1.26 by Chef Expeditorv15.1.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 14f3f9f81c..cb550b8066 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.1.25") + VERSION = Chef::VersionString.new("15.1.26") end # |