Merge pull request #1223 from hometown-fork/1213-version-string

Swap version numbers and add identifier
This commit is contained in:
Darius Kazemi 2022-12-01 21:26:00 -08:00 committed by GitHub
commit 7c4b7c6cfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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