summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-02-08 22:58:31 +0000
committerChef Versioner <chef-versioner@chef.io>2017-02-08 22:58:31 +0000
commitc55312631df76de404d4b4361ef3da061ae0cd2a (patch)
tree83bb113903324e04f6d5f896f4a8c97c31d10d9e /lib
parent3acd12a80d54c69681f9d4679c716506b92ed79b (diff)
downloadchef-c55312631df76de404d4b4361ef3da061ae0cd2a.tar.gz
Bump version of chef to 12.19.13 by Chef Versioner.v12.19.13
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 77a8cea740..50c053e797 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.19.12"
+ VERSION = "12.19.13"
end
#