summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-06-08 22:34:50 +0000
committerChef Versioner <chef-versioner@chef.io>2017-06-08 22:34:50 +0000
commit7d9e6830a834f3a66eada034c07b0c069b0eec67 (patch)
tree906c00a4679f84bb0c954501d2f9ed82e40f3ab0 /lib
parent264e3c5c12e1f8c15ed37aea3964957585c23601 (diff)
downloadchef-7d9e6830a834f3a66eada034c07b0c069b0eec67.tar.gz
Bump version of chef to 13.2.9 by Chef Versioner.v13.2.9
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 8b941445ab..996e7581ba 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.8")
+ VERSION = Chef::VersionString.new("13.2.9")
end
#