Merge pull request #1223 from hometown-fork/1213-version-string
Swap version numbers and add identifier
This commit is contained in:
commit
7c4b7c6cfe
|
@ -5,15 +5,15 @@ module Mastodon
|
|||
module_function
|
||||
|
||||
def major
|
||||
1
|
||||
3
|
||||
end
|
||||
|
||||
def minor
|
||||
0
|
||||
5
|
||||
end
|
||||
|
||||
def patch
|
||||
7
|
||||
5
|
||||
end
|
||||
|
||||
def flags
|
||||
|
@ -21,7 +21,7 @@ module Mastodon
|
|||
end
|
||||
|
||||
def suffix
|
||||
'+3.5.5'
|
||||
'+hometown-1.0.8'
|
||||
end
|
||||
|
||||
def to_a
|
||||
|
|
Loading…
Reference in New Issue