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
|
module_function
|
||||||
|
|
||||||
def major
|
def major
|
||||||
1
|
3
|
||||||
end
|
end
|
||||||
|
|
||||||
def minor
|
def minor
|
||||||
0
|
5
|
||||||
end
|
end
|
||||||
|
|
||||||
def patch
|
def patch
|
||||||
7
|
5
|
||||||
end
|
end
|
||||||
|
|
||||||
def flags
|
def flags
|
||||||
|
@ -21,7 +21,7 @@ module Mastodon
|
||||||
end
|
end
|
||||||
|
|
||||||
def suffix
|
def suffix
|
||||||
'+3.5.5'
|
'+hometown-1.0.8'
|
||||||
end
|
end
|
||||||
|
|
||||||
def to_a
|
def to_a
|
||||||
|
|
Loading…
Reference in New Issue