diff options
author | sersut <serdar@opscode.com> | 2014-02-20 13:00:13 -0800 |
---|---|---|
committer | sersut <serdar@opscode.com> | 2014-02-20 13:00:13 -0800 |
commit | 0d097217dda26ac5551d1ad24132d9e53a62e0fb (patch) | |
tree | 7cafd34d9c7d745d611abaa1a3ce9cf199629b38 | |
parent | 19fd1a4cd7ce58c8b9a846b4aba47a714203f2ab (diff) | |
download | chef-0d097217dda26ac5551d1ad24132d9e53a62e0fb.tar.gz |
Bump the version number for release.11.10.4
-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 4720e39f20..3c3972d0b4 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.4.rc.0' + VERSION = '11.10.4' end # NOTE: the Chef::Version class is defined in version_class.rb |