Add SOURCE_TAG to show source repository's tag (#10698)

master
Ushitora Anqou 5 years ago committed by Eugen Rochko
parent 4f73cde4e1
commit 56880fa76a
  1. 2
      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

Loading…
Cancel
Save