summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-08-22 18:56:24 +0000
committerChef Versioner <chef-versioner@chef.io>2016-08-22 18:56:24 +0000
commit17d1d617c573fe084810a11e542e125f44f7dfc2 (patch)
tree022cbc3e40c812f665d35ce44d9d388482b10841 /lib
parentc737f815a93cb38c7f3affa357d98c6f3bfcdad1 (diff)
downloadchef-17d1d617c573fe084810a11e542e125f44f7dfc2.tar.gz
Bump version of chef to 12.14.19 by Chef Versioner.v12.14.19
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 8733176dc3..d3da7d81a4 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.14.18"
+ VERSION = "12.14.19"
end
#