From 5f08b96cbe74cd9c0d960f3031fe86d9fce75a77 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Fri, 9 Aug 2019 21:25:04 -0500 Subject: [PATCH] broadcast monsterfork as such --- lib/mastodon/version.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index b2eec94e6..b72d86620 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -17,7 +17,7 @@ module Mastodon end def pre - nil + 666 end def flags @@ -29,7 +29,7 @@ module Mastodon end def suffix - '+glitch' + '+monsterfork' end def to_s @@ -37,11 +37,11 @@ module Mastodon end def repository - ENV.fetch('GITHUB_REPOSITORY') { 'glitch-soc/mastodon' } + ENV.fetch('GITHUB_REPOSITORY') { 'monsterpit/mastodon' } end def source_base_url - ENV.fetch('SOURCE_BASE_URL') { "https://github.com/#{repository}" } + ENV.fetch('SOURCE_BASE_URL') { "https://git.multiple-creature.party/#{repository}" } end # specify git tag or commit hash here