about summary refs log tree commit diff
path: root/lib/mastodon/maintenance_cli.rb
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-03-17 01:37:03 +0100
committerGitHub <noreply@github.com>2022-03-17 01:37:03 +0100
commitb07906bdb0127cd73662506b519183cc51a2758e (patch)
treed0cbbbc9fbcdd7ee2f0411b185613a493408c656 /lib/mastodon/maintenance_cli.rb
parent779efc7656a5ad938324425f09a539c917cf6cfa (diff)
Fix wrong language code for Kurdish languages (#17812)
Diffstat (limited to 'lib/mastodon/maintenance_cli.rb')
-rw-r--r--lib/mastodon/maintenance_cli.rb2
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