diff options
author | sersut <serdar@opscode.com> | 2014-02-19 21:11:27 -0800 |
---|---|---|
committer | sersut <serdar@opscode.com> | 2014-02-19 21:11:27 -0800 |
commit | 19fd1a4cd7ce58c8b9a846b4aba47a714203f2ab (patch) | |
tree | d9aacfd6ace57f78c44e06b3b233e3661512ad05 | |
parent | a973d0fc232d2e8c5cf44d318108d0739818cad8 (diff) | |
download | chef-19fd1a4cd7ce58c8b9a846b4aba47a714203f2ab.tar.gz |
Bump the version number for RC release.11.10.4.rc.0
-rw-r--r-- | lib/chef/version.rb | 2 |
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 |