Bump AnkiHub API version (#3564)

This commit is contained in:
Abdo 2024-11-09 04:05:26 +03:00 committed by GitHub
parent 97e6b3d35b
commit 748aa0f07a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ use serde::Serialize;
use crate::ankihub::login::LoginRequest; use crate::ankihub::login::LoginRequest;
static API_VERSION: &str = "18.0"; static API_VERSION: &str = "19.0";
static DEFAULT_API_URL: &str = "https://app.ankihub.net/api/"; static DEFAULT_API_URL: &str = "https://app.ankihub.net/api/";
#[derive(Clone)] #[derive(Clone)]