summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-10-19 22:40:30 +0000
committerChef Versioner <chef-versioner@chef.io>2016-10-19 22:40:30 +0000
commitec534aa0fce2c0199bf622a06eeb2c291185cdee (patch)
tree8b8ce4634a96095346873eebab0f0fe40ae0df8a /lib
parentcad49f7fcdbe5c7e1a4e7c7dc3d66d78e8828f47 (diff)
downloadchef-ec534aa0fce2c0199bf622a06eeb2c291185cdee.tar.gz
Bump version of chef to 12.16.15 by Chef Versioner.v12.16.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 7c9da41eed..f598576c15 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.16.14"
+ VERSION = "12.16.15"
end
#