summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-02-07 10:45:03 +0000
committerChef Versioner <chef-versioner@chef.io>2017-02-07 10:45:03 +0000
commitb1d3d41697b99ea8d4615c6cca5776c9276bc0be (patch)
tree2ca55b3366d88983b7ec58388d82c70c1fe5ed88 /lib
parent7d90f34b0540addb12c5cf63f34635d1336392e6 (diff)
downloadchef-b1d3d41697b99ea8d4615c6cca5776c9276bc0be.tar.gz
Bump version of chef to 12.19.10 by Chef Versioner.v12.19.10
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 0bc45eac8e..511366a0fa 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.9"
+ VERSION = "12.19.10"
end
#