summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-02-09 15:23:34 +0000
committerChef Versioner <chef-versioner@chef.io>2017-02-09 15:23:34 +0000
commit6ae19ac6f5400d74033c8ba589533eac968d0d0f (patch)
treea8893b0a41d0b7d3162b60b7d2208bfcd64f5157 /lib/chef
parent00dd056fb0c8447d06cf8b5ca3dbe4d78b5cc8ff (diff)
downloadchef-6ae19ac6f5400d74033c8ba589533eac968d0d0f.tar.gz
Bump version of chef to 12.19.17 by Chef Versioner.v12.19.17
Diffstat (limited to 'lib/chef')
-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 14ba76a15b..483f006711 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.16"
+ VERSION = "12.19.17"
end
#