summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-07-02 14:48:07 -0700
committersersut <serdar@opscode.com>2014-07-02 14:48:07 -0700
commitc507822d7b3fe0b34d02719dea0ab483ec292195 (patch)
treec64dec7b53b71192469524e9e535f28271ca8577
parent38d4d66d8b40ee23cd890f6e96166e75ff7584ed (diff)
downloadchef-c507822d7b3fe0b34d02719dea0ab483ec292195.tar.gz
Version bump for a new RC release.11.14.0.rc.2
-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 b20a267dd5..8a38f6df5a 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.rc.1'
+ VERSION = '11.14.0.rc.2'
end
# NOTE: the Chef::Version class is defined in version_class.rb