Bump version to 2.7.0rc1 (#9718)
parent
c380a58218
commit
0963a4400b
|
@ -9,11 +9,11 @@ module Mastodon
|
||||||
end
|
end
|
||||||
|
|
||||||
def minor
|
def minor
|
||||||
6
|
7
|
||||||
end
|
end
|
||||||
|
|
||||||
def patch
|
def patch
|
||||||
5
|
0
|
||||||
end
|
end
|
||||||
|
|
||||||
def pre
|
def pre
|
||||||
|
@ -21,7 +21,7 @@ module Mastodon
|
||||||
end
|
end
|
||||||
|
|
||||||
def flags
|
def flags
|
||||||
''
|
'rc1'
|
||||||
end
|
end
|
||||||
|
|
||||||
def to_a
|
def to_a
|
||||||
|
|
Loading…
Reference in New Issue