Bump version to 1.0.21
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user