diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index fecfe8e7093..127c5104856 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -42,7 +42,7 @@ module Mastodon # specify git tag or commit hash here def source_tag - nil + ENV.fetch('SOURCE_TAG') { nil } end def source_url