summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2013-02-12 15:49:20 -0800
committerBryan McLellan <btm@opscode.com>2013-02-12 15:49:20 -0800
commit5e9dad16efadd17c046654895095dcb7d2052612 (patch)
tree78d112bbd33fa9ec6e8ceb8acb81ce8329b128a7
parent417b8e2f3dc81cf2752d318dfd62b492d29530cc (diff)
downloadchef-5e9dad16efadd17c046654895095dcb7d2052612.tar.gz
Release 11.4.011.4.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 d88f3ec959..faad63658c 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.4.0.rc.0'
+ VERSION = '11.4.0'
end
# NOTE: the Chef::Version class is defined in version_class.rb