summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-02-19 21:11:27 -0800
committersersut <serdar@opscode.com>2014-02-19 21:11:27 -0800
commit19fd1a4cd7ce58c8b9a846b4aba47a714203f2ab (patch)
treed9aacfd6ace57f78c44e06b3b233e3661512ad05
parenta973d0fc232d2e8c5cf44d318108d0739818cad8 (diff)
downloadchef-19fd1a4cd7ce58c8b9a846b4aba47a714203f2ab.tar.gz
Bump the version number for RC release.11.10.4.rc.0
-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 5ecd8cd16f..4720e39f20 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.10.2'
+ VERSION = '11.10.4.rc.0'
end
# NOTE: the Chef::Version class is defined in version_class.rb