Bump version to 1.0.21

This commit is contained in:
2026-07-09 15:18:05 -04:00
parent acd50ec9c0
commit 6c48031dd7
11 changed files with 726 additions and 2 deletions
+6
View File
@@ -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;
}