diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-03-18 19:45:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-18 19:45:05 +0100 |
commit | 9ff119eecd1079e52a8a41d7b8d61520c4303c2f (patch) | |
tree | 3696430090bbe0f6fe5c21c617e3bff065ca7460 /lib | |
parent | ac300173f68d2497cccf4e5bf558d95fc6105c96 (diff) | |
parent | a22043ebffa6461c175a201d280af6193073441d (diff) |
Merge pull request #1720 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mastodon/maintenance_cli.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mastodon/maintenance_cli.rb b/lib/mastodon/maintenance_cli.rb index 33beec236..6e5242bff 100644 --- a/lib/mastodon/maintenance_cli.rb +++ b/lib/mastodon/maintenance_cli.rb @@ -14,7 +14,7 @@ module Mastodon end MIN_SUPPORTED_VERSION = 2019_10_01_213028 # rubocop:disable Style/NumericLiterals - MAX_SUPPORTED_VERSION = 2022_03_10_060959 # rubocop:disable Style/NumericLiterals + MAX_SUPPORTED_VERSION = 2022_03_16_233212 # rubocop:disable Style/NumericLiterals # Stubs to enjoy ActiveRecord queries while not depending on a particular # version of the code/database |