Skip to content

Commit a8abb55

Browse files
authored
Bump major versions to v7.0.0 (#1600)
1 parent 8a63254 commit a8abb55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/octokit/version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
module Octokit
44
# Current major release.
55
# @return [Integer]
6-
MAJOR = 6
6+
MAJOR = 7
77

88
# Current minor release.
99
# @return [Integer]
10-
MINOR = 1
10+
MINOR = 0
1111

1212
# Current patch level.
1313
# @return [Integer]
14-
PATCH = 1
14+
PATCH = 0
1515

1616
# Full release version.
1717
# @return [String]

0 commit comments

Comments
 (0)