summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-02-08 09:56:26 +0000
committerChef Versioner <chef-versioner@chef.io>2017-02-08 09:56:26 +0000
commit904315854cbc31cb93199b6bb0b2c8382c72e75c (patch)
tree6a1fc780174b3e0e39943f521c11bbed2f1039c2 /lib
parentfcdadaa06d798cb50f3d03d7cc9743646f54deb8 (diff)
downloadchef-904315854cbc31cb93199b6bb0b2c8382c72e75c.tar.gz
Bump version of chef to 12.19.11 by Chef Versioner.v12.19.11
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 511366a0fa..8f34f21738 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.10"
+ VERSION = "12.19.11"
end
#