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
@@ -95,3 +95,9 @@ type SSHKeyResponse struct {
type ErrorResponse struct {
Error string `json:"error"`
}
type SettingsInfoResponse struct {
Version string `json:"version"`
DataDir string `json:"data_dir"`
SSHPubKey string `json:"ssh_pub_key"`
}