summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-07-29 01:18:36 +0000
committerChef Versioner <chef-versioner@chef.io>2016-07-29 01:18:36 +0000
commitc5dc0ead11b566031e2183f549a74882e53610f3 (patch)
treeae138feba05d77c997d8f5b517582d6302a673a9 /lib
parentaf52a4e1fb369113d1fba0314b963cced0cbebff (diff)
downloadchef-c5dc0ead11b566031e2183f549a74882e53610f3.tar.gz
Bump version of chef to 12.13.15 by Chef Versioner.v12.13.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 aa8c6b1319..f87a936338 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "12.13.14"
+ VERSION = "12.13.15"
end
#