summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-02-09 20:00:11 +0000
committerChef Versioner <chef-versioner@chef.io>2017-02-09 20:00:11 +0000
commit2438b2a6a67422ab93136aa7336ce435835e95b8 (patch)
treede072c0a00c8a3087346376cd33274cff0788b78 /lib
parent48671f8bb74d3679a42f2cac089aee814943a755 (diff)
downloadchef-2438b2a6a67422ab93136aa7336ce435835e95b8.tar.gz
Bump version of chef to 12.19.19 by Chef Versioner.v12.19.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 70e65a5aca..669884d62a 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.18"
+ VERSION = "12.19.19"
end
#