summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-02-03 15:00:18 +0000
committerChef Versioner <chef-versioner@chef.io>2017-02-03 15:00:18 +0000
commit434a7a333ab60c866a107f2a153939c3b0885fa0 (patch)
tree99997de86dc00b2a7ca697a991f0b7e5e91dd70b /lib/chef/version.rb
parent0eac908c5e766b9efc4f33d551364ad011f27181 (diff)
downloadchef-434a7a333ab60c866a107f2a153939c3b0885fa0.tar.gz
Bump version of chef to 12.19.6 by Chef Versioner.v12.19.6
Diffstat (limited to 'lib/chef/version.rb')
-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 4bb8d2dbcd..f336426a29 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.5"
+ VERSION = "12.19.6"
end
#