mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
parent
23e7c1c765
commit
3b05eb8002
@ -28,8 +28,12 @@ module Mastodon
|
|||||||
[major, minor, patch, pre].compact
|
[major, minor, patch, pre].compact
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def suffix
|
||||||
|
'+glitch'
|
||||||
|
end
|
||||||
|
|
||||||
def to_s
|
def to_s
|
||||||
[to_a.join('.'), flags].join
|
[to_a.join('.'), flags, suffix].join
|
||||||
end
|
end
|
||||||
|
|
||||||
def repository
|
def repository
|
||||||
|
Loading…
Reference in New Issue
Block a user