use default discriminant
This commit is contained in:
parent
ccc189b014
commit
86cc487e1e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ pub const OLD_CONFIG_PATH: &str = ".config/default.yml";
|
|||
pub enum Revision {
|
||||
#[clap(skip)]
|
||||
/// Misskey-style config (`.config/default.yml`)
|
||||
V0 = 0,
|
||||
V0,
|
||||
/// The first revision number for `config/{server,client}.toml`
|
||||
V1,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue