Skip to content

Commit 04709fa

Browse files
committed
Bump version to 3.0.0
Signed-off-by: David Celis <[email protected]>
1 parent f5754d1 commit 04709fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/api-pagination/version.rb

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

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

0 commit comments

Comments
 (0)