diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 00538d07c..3de1ebef4 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -25,7 +25,7 @@ module Mastodon end def build_metadata - ENV.fetch('MASTODON_VERSION_METADATA', nil) + ['whippyEdition',ENV.fetch('MASTODON_VERSION_METADATA', nil)].compact_blank.join('.') end def to_a @@ -44,7 +44,7 @@ module Mastodon end def repository - ENV.fetch('GITHUB_REPOSITORY', 'mastodon/mastodon') + ENV.fetch('GITHUB_REPOSITORY', 'whippyshou/mastodon') end def source_base_url