diff --git a/bin/mount.objectivefs b/bin/mount.objectivefs index cb4f1d9..d8b524f 100644 Binary files a/bin/mount.objectivefs and b/bin/mount.objectivefs differ diff --git a/main.go b/main.go index 7d9d51c..66d9d05 100644 --- a/main.go +++ b/main.go @@ -62,8 +62,8 @@ type ofsDriver struct { defMountSnapshots bool } -var version = "1.2" -var objfsVersion = "7.2" +var version = "1.3" +var objfsVersion = "7.0" const ( volumeBucket = "volumes"