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 89f89ca commit 08de2b3Copy full SHA for 08de2b3
lib/api-pagination/version.rb
@@ -1,8 +1,8 @@
1
module ApiPagination
2
class Version
3
MAJOR = 4
4
- MINOR = 5
5
- PATCH = 2
+ MINOR = 6
+ PATCH = 0
6
7
def self.to_s
8
[MAJOR, MINOR, PATCH].join('.')
0 commit comments