summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-24 23:06:16 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-24 23:06:16 +0000
commite6c02ab3b6578b7476974c3c7c1dc49cac7c3cc3 (patch)
tree03d1d355faed85dca8c7235d8d4539513fc00a05 /lib
parent75864a6ac0b1b92ad934c43111407aab7330963b (diff)
downloadchef-e6c02ab3b6578b7476974c3c7c1dc49cac7c3cc3.tar.gz
Bump version to 14.0.26 by Expeditorv14.0.26
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 571527f785..1bd654acca 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("14.0.25")
+ VERSION = Chef::VersionString.new("14.0.26")
end
#