Skip to content

Commit

Permalink
Bump version to 4.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: David Celis <me@davidcel.is>
  • Loading branch information
davidcelis committed May 21, 2017
1 parent 89f89ca commit 08de2b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 = 4
MINOR = 5
PATCH = 2
MINOR = 6
PATCH = 0

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

0 comments on commit 08de2b3

Please sign in to comment.