Bump version to 2.0.0rc1 (#5209)
This commit is contained in:
parent
3888a12c79
commit
0aa810f9c8
1 changed files with 4 additions and 4 deletions
|
@ -5,15 +5,15 @@ module Mastodon
|
|||
module_function
|
||||
|
||||
def major
|
||||
1
|
||||
2
|
||||
end
|
||||
|
||||
def minor
|
||||
6
|
||||
0
|
||||
end
|
||||
|
||||
def patch
|
||||
1
|
||||
0
|
||||
end
|
||||
|
||||
def pre
|
||||
|
@ -21,7 +21,7 @@ module Mastodon
|
|||
end
|
||||
|
||||
def flags
|
||||
''
|
||||
'rc1'
|
||||
end
|
||||
|
||||
def to_a
|
||||
|
|
Loading…
Reference in a new issue