Bump version to 1.0.21
This commit is contained in:
@@ -102,3 +102,9 @@ export interface SSHKey {
|
||||
has_private_key: boolean;
|
||||
created_at: string;
|
||||
}
|
||||
|
||||
export interface SettingsInfo {
|
||||
version: string;
|
||||
data_dir: string;
|
||||
ssh_pub_key: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user