mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-21 20:15:10 +01:00
Bump version to 2.0.0rc1 (#5209)
This commit is contained in:
parent
3888a12c79
commit
0aa810f9c8
@ -5,15 +5,15 @@ module Mastodon
|
|||||||
module_function
|
module_function
|
||||||
|
|
||||||
def major
|
def major
|
||||||
1
|
2
|
||||||
end
|
end
|
||||||
|
|
||||||
def minor
|
def minor
|
||||||
6
|
0
|
||||||
end
|
end
|
||||||
|
|
||||||
def patch
|
def patch
|
||||||
1
|
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
Block a user