Skip to content

Commit

Permalink
Bump version to 5.0.0 (drops support for older versions of Pagy)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcelis committed Oct 26, 2021
1 parent 1154119 commit d173212
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 = 4
MINOR = 8
PATCH = 2
MAJOR = 5
MINOR = 0
PATCH = 0

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

0 comments on commit d173212

Please sign in to comment.