From bfeed426c568e762642585554c1cd59c2d9d7591 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Thu, 31 Jul 2014 12:20:57 -0700 Subject: bumping version for 11.14.2 --- lib/chef/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 142aa8f62e..b8e6b8f05e 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -17,7 +17,7 @@ class Chef CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__))) - VERSION = '11.14.0' + VERSION = '11.14.2' end # NOTE: the Chef::Version class is defined in version_class.rb -- cgit v1.2.1