Bump version to 3.0.0rc1 (#11900)
This commit is contained in:
parent
bc5678d015
commit
e87bcaa107
2 changed files with 13 additions and 9 deletions
|
@ -5,19 +5,19 @@ module Mastodon
|
|||
module_function
|
||||
|
||||
def major
|
||||
2
|
||||
end
|
||||
|
||||
def minor
|
||||
9
|
||||
end
|
||||
|
||||
def patch
|
||||
3
|
||||
end
|
||||
|
||||
def minor
|
||||
0
|
||||
end
|
||||
|
||||
def patch
|
||||
0
|
||||
end
|
||||
|
||||
def flags
|
||||
''
|
||||
'rc1'
|
||||
end
|
||||
|
||||
def suffix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue