Skip to content

Commit 3bf4feb

Browse files
committed
Bump version to 4.7.0
Signed-off-by: David Celis <[email protected]>
1 parent a5bd689 commit 3bf4feb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/api-pagination/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module ApiPagination
22
class Version
33
MAJOR = 4
4-
MINOR = 6
5-
PATCH = 3
4+
MINOR = 7
5+
PATCH = 0
66

77
def self.to_s
88
[MAJOR, MINOR, PATCH].join('.')

0 commit comments

Comments
 (0)