From ca5c920a372993b047e9a7d2cd9cb0c0bd7a5b9a Mon Sep 17 00:00:00 2001 From: Darius Kazemi Date: Thu, 1 Dec 2022 18:47:21 -0800 Subject: [PATCH] Swap version numbers and add identifier For better compatibility with third party apps and to be more in line with what other fediverse software does (including other Mastodon forks), I am changing the semver version to reflect the synchronized Mastodon version, and making the Hometown version part of the build metadata after the '+' sign. I am also adding a 'hometown' identifier to the build metadata. Fixes #1213 --- lib/mastodon/version.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 35edaca3b..1571b0410 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -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