Skip to content

Commit ac9a62a

Browse files
committed
Bump version to 3.1.0
Signed-off-by: David Celis <[email protected]>
1 parent 70cfe5b commit ac9a62a

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

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

0 commit comments

Comments
 (0)