summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-03-07 22:26:40 +0000
committerChef Versioner <chef-versioner@chef.io>2017-03-07 22:26:40 +0000
commit5eb9f7286a58c3f1a7b5cd07cadc8f595f9c89ac (patch)
tree838c35bacdde7293e5058382989884ccadfe0607 /lib
parentcf18bd311248fe8cc9278f0c4457b24fc4f40e9b (diff)
downloadchef-5eb9f7286a58c3f1a7b5cd07cadc8f595f9c89ac.tar.gz
Bump version of chef to 13.0.15 by Chef Versioner.v13.0.15
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 ae2f3dee04..4ffd555c4b 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "13.0.14"
+ VERSION = "13.0.15"
end
#