Skip to content

Commit b393816

Browse files
committed
Bump version to 2.0.0
Signed-off-by: David Celis <[email protected]>
1 parent 50ea213 commit b393816

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,7 +1,7 @@
11
module ApiPagination
2-
MAJOR = 1
3-
MINOR = 1
4-
PATCH = 1
2+
MAJOR = 2
3+
MINOR = 0
4+
PATCH = 0
55

66
VERSION = [MAJOR, MINOR, PATCH].join('.')
77
end

0 commit comments

Comments
 (0)