Skip to content

Commit 45c10df

Browse files
committed
Bump version to 4.8.0
1 parent 2b909ed commit 45c10df

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 = 7
5-
PATCH = 2
4+
MINOR = 8
5+
PATCH = 0
66

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

0 commit comments

Comments
 (0)