aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drive.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/drive.go b/drive.go
index 33d64b3..d46cd5c 100644
--- a/drive.go
+++ b/drive.go
@@ -10,7 +10,7 @@ import (
)
const (
- VersionNumber = "1.0.0"
+ VersionNumber = "1.0.1"
)
type Options struct {