]> 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 2e39ad01ed5191ab77dcf0f6fe510df3aae4293b..60c4ffaa64103a77f5e822c3564d4a8a9782d34b 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.024856 seconds and 3 git commands to generate.