Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Commit

Permalink
Release 0.7.4
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Lucas <[email protected]>
  • Loading branch information
Xavier Lucas committed Aug 3, 2016
1 parent bddc4b8 commit cb7f0a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

### BUGFIX :
### BUGFIXES :

- [#83] Failed to upload a large file containing either '&' or '?'
- [#82] Rmdir works when it shouldn't.
- [#86] Error when updating times on segmented object > 5GB.

2 changes: 1 addition & 1 deletion svfs/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package svfs

// Version is the current SVFS version
const Version = "0.7.3"
const Version = "0.7.4"

0 comments on commit cb7f0a8

Please sign in to comment.