diff options
author | Bryan McLellan <btm@opscode.com> | 2013-02-12 15:49:20 -0800 |
---|---|---|
committer | Bryan McLellan <btm@opscode.com> | 2013-02-12 15:49:20 -0800 |
commit | 5e9dad16efadd17c046654895095dcb7d2052612 (patch) | |
tree | 78d112bbd33fa9ec6e8ceb8acb81ce8329b128a7 /lib/chef/version.rb | |
parent | 417b8e2f3dc81cf2752d318dfd62b492d29530cc (diff) | |
download | chef-5e9dad16efadd17c046654895095dcb7d2052612.tar.gz |
Release 11.4.011.4.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 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 |