diff options
-rw-r--r-- | lib/chef/version.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index bb2ac5de32..7b61c096b4 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -1,4 +1,4 @@ -#rc +# # Author:: Daniel DeLeo (<dan@opscode.com>) # Copyright:: Copyright (c) 2010-2011 Opscode, Inc. # License:: Apache License, Version 2.0 @@ -17,7 +17,7 @@ class Chef CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__))) - VERSION = '11.12.4.rc.2' + VERSION = '11.12.4' end # NOTE: the Chef::Version class is defined in version_class.rb |