summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-06-02 13:45:13 +0000
committerChef Versioner <chef-versioner@chef.io>2017-06-02 13:45:13 +0000
commit43b84b7f97bb58eeb91ceb6312f431cc48232983 (patch)
treebc1419eda5e4ebe9c4a6b321a1e32fb56e0ae039 /lib/chef/version.rb
parent2a50e82132d317b3ab6c8d964d972f56d1dbdac6 (diff)
downloadchef-43b84b7f97bb58eeb91ceb6312f431cc48232983.tar.gz
Bump version of chef to 13.2.6 by Chef Versioner.v13.2.6
Diffstat (limited to 'lib/chef/version.rb')
-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 845394a285..4b5e2988fe 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.2.5")
+ VERSION = Chef::VersionString.new("13.2.6")
end
#