Downgrade to ObjectiveFS 7.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-08 15:37:47 +02:00
parent b8d5618c9f
commit 567aa92cd1
2 changed files with 2 additions and 2 deletions

BIN
bin/mount.objectivefs Normal file → Executable file

Binary file not shown.

View File

@@ -61,8 +61,8 @@ type ofsDriver struct {
defMountSnapshots bool
}
var version = "1.0"
var objfsVersion = "7.2"
var version = "1.1"
var objfsVersion = "7.0"
const (
volumeBucket = "volumes"