Skip to content

Commit

Permalink
Bump version to v0.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kpjensen authored Jan 28, 2021
1 parent 1c686c1 commit d5103fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const (
MaxDirSize = 255 * 1000
MaxNumFileHandles = 1000 * 1000
NumRetriesDefault = 10
Version = "v0.23.2"
Version = "v0.23.3"
)
const (
InodeInvalid = 0
Expand Down

0 comments on commit d5103fe

Please sign in to comment.