diff options
author | Bryan McLellan <btm@opscode.com> | 2013-02-12 12:20:55 -0800 |
---|---|---|
committer | Bryan McLellan <btm@opscode.com> | 2013-02-12 12:20:55 -0800 |
commit | a1dcdfd090d7c2137d025b1f01cd8fce1b82c09c (patch) | |
tree | 8e2bcdb59ddbb228e6b97dbe057dcee5711ae5f0 /lib/chef/version.rb | |
parent | 403353d5eb3a01692a3228eb1a73778e42cf540c (diff) | |
download | chef-a1dcdfd090d7c2137d025b1f01cd8fce1b82c09c.tar.gz |
11.4.0.rc.0
Diffstat (limited to 'lib/chef/version.rb')
-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 772708fac2..d88f3ec959 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.2.0' + VERSION = '11.4.0.rc.0' end # NOTE: the Chef::Version class is defined in version_class.rb |