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