summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2013-02-12 12:20:55 -0800
committerBryan McLellan <btm@opscode.com>2013-02-12 12:20:55 -0800
commita1dcdfd090d7c2137d025b1f01cd8fce1b82c09c (patch)
tree8e2bcdb59ddbb228e6b97dbe057dcee5711ae5f0
parent403353d5eb3a01692a3228eb1a73778e42cf540c (diff)
downloadchef-a1dcdfd090d7c2137d025b1f01cd8fce1b82c09c.tar.gz
11.4.0.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 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