We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d764c commit c97655bCopy full SHA for c97655b
lib/api-pagination/version.rb
@@ -2,7 +2,7 @@ module ApiPagination
2
class Version
3
MAJOR = 4
4
MINOR = 8
5
- PATCH = 0
+ PATCH = 1
6
7
def self.to_s
8
[MAJOR, MINOR, PATCH].join('.')
0 commit comments