Skip to content

Commit

Permalink
Bump the version number for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
sersut committed Apr 30, 2014
1 parent 66a498d commit 410af3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/chef/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#rc
#
# Author:: Daniel DeLeo (<[email protected]>)
# Copyright:: Copyright (c) 2010-2011 Opscode, Inc.
# License:: Apache License, Version 2.0
Expand All @@ -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

0 comments on commit 410af3e

Please sign in to comment.