Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjun Zhang committed Jan 11, 2022
1 parent b34c5f9 commit 7b0331d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"time"
)

var Version = "v1.1.19"
var Version = "v1.1.20"

type FsHost struct {
mfs *fuse.MountedFileSystem
Expand Down
2 changes: 1 addition & 1 deletion main_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"time"
)

var Version = "v1.1.19"
var Version = "v1.1.20"

type FsHost struct {
//host *fuse.FileSystemHost
Expand Down

0 comments on commit 7b0331d

Please sign in to comment.