diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index fecfe8e70..127c51048 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