Skip to content

Commit

Permalink
Bump version to 3.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: David Celis <[email protected]>
  • Loading branch information
davidcelis committed Apr 17, 2014
1 parent f5754d1 commit 04709fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/api-pagination/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module ApiPagination
class Version
MAJOR = 2
MINOR = 1
PATCH = 1
MAJOR = 3
MINOR = 0
PATCH = 0

def self.to_s
[MAJOR, MINOR, PATCH].join('.')
Expand Down

0 comments on commit 04709fa

Please sign in to comment.