Skip to content

Commit

Permalink
Update to release 2.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Apr 6, 2011
1 parent 55efbf7 commit 90506fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/breadcrumbs_on_rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
module BreadcrumbsOnRails

module Version
MAJOR = 1
MAJOR = 2
MINOR = 0
PATCH = 1
PATCH = 0
BUILD = nil

STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
Expand Down

0 comments on commit 90506fa

Please sign in to comment.