diff --git a/bin/mount.objectivefs b/bin/mount.objectivefs old mode 100644 new mode 100755 index cb4f1d9..d8b524f Binary files a/bin/mount.objectivefs and b/bin/mount.objectivefs differ diff --git a/main.go b/main.go index 5776af2..45d0583 100644 --- a/main.go +++ b/main.go @@ -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"