Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update history and version to beta7.
  • Loading branch information
Charlie Savage committed Jul 27, 2011
1 parent 112010d commit 11e3335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion History.txt
@@ -1,4 +1,4 @@
== 4.0.0.beta6 2011-07-26
== 4.0.0.beta7 2011-07-26
* Compatible with Rails 3.1 RC5 (TycoooN)
* Do not use Arel::Nodes::Or to combine predicates because it creates a
deeply nested stack that blows up.
Expand Down
2 changes: 1 addition & 1 deletion lib/composite_primary_keys/version.rb
Expand Up @@ -3,6 +3,6 @@ module VERSION
MAJOR = 4
MINOR = 0
TINY = 0
STRING = [MAJOR, MINOR, TINY, 'beta6'].join('.')
STRING = [MAJOR, MINOR, TINY, 'beta7'].join('.')
end
end

0 comments on commit 11e3335

Please sign in to comment.