added edit command, fixed set -o -

This commit is contained in:
2024-12-22 17:46:44 +01:00
parent fe3951f3c2
commit 66d6bd2a41
8 changed files with 366 additions and 154 deletions

View File

@@ -26,7 +26,7 @@ import (
"github.com/tlinden/anydb/common"
)
var Version string = "v0.0.5"
var Version string = "v0.0.6"
type BucketConfig struct {
Encrypt bool