Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a407d542da | |||
| 75c2acb9bf |
@@ -5,7 +5,7 @@ shared:
|
||||
self_destruct_value: <%= ENV.fetch('SELF_DESTRUCT', nil)&.to_json %>
|
||||
software_update_url: <%= ENV.fetch('UPDATE_CHECK_URL', 'https://api.joinmastodon.org/update-check')&.to_json %>
|
||||
source:
|
||||
base_url: <%= ENV.fetch('SOURCE_BASE_URL', 'https://vault.stevenoh0908.pe.kr')&.to_json %>
|
||||
base_url: <%= ENV.fetch('SOURCE_BASE_URL', 'https://vault.stevenoh0908.pe.kr/stevenoh0908/mastodon-sakyey')&.to_json %>
|
||||
repository: <%= ENV.fetch('GITHUB_REPOSITORY', 'stevenoh0908/mastodon-sakyey') %>
|
||||
tag: <%= ENV.fetch('SOURCE_TAG', nil) %>
|
||||
version:
|
||||
|
||||
@@ -6,7 +6,7 @@ module Mastodon
|
||||
module Sakyey
|
||||
MAJOR = 1
|
||||
MINOR = 0
|
||||
PATCH = 0
|
||||
PATCH = 1
|
||||
PRE = nil
|
||||
|
||||
def self.to_s
|
||||
|
||||
Reference in New Issue
Block a user