]> cat aescling's git repositories - mastodon.git/blobdiff - lib/mastodon/version.rb
Merge branch 'master' into glitch-soc/merge-upstream
[mastodon.git] / lib / mastodon / version.rb
index 757d327bdbc220cc7911adac685d96edb251e814..e8ed1fadea67d40ddc7cc5a70c1accfaf74c7209 100644 (file)
@@ -28,12 +28,16 @@ module Mastodon
       [major, minor, patch, pre].compact
     end
 
+    def suffix
+      '+glitch'
+    end
+
     def to_s
-      [to_a.join('.'), flags].join
+      [to_a.join('.'), flags, suffix].join
     end
 
     def repository
-      'tootsuite/mastodon'
+      'glitch-soc/mastodon'
     end
 
     def source_base_url
This page took 0.034095 seconds and 3 git commands to generate.