summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-10-03 06:17:57 +0000
committerChef Expeditor <expeditor@chef.io>2019-10-03 06:17:57 +0000
commit9b4aa0f3276a298ea62666210d186871717407d5 (patch)
treea964c3797f1c166a6a25e7260b679574656cd5c0 /lib
parent8ffb06a359a6ad4413c3df13167809434ce2e365 (diff)
downloadchef-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.rb2
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
#