parent
840cf21a3c
commit
855a69c2cd
1 changed files with 5 additions and 1 deletions
|
@ -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 a new issue