Skip to content

Commit c2b2970

Browse files
committed
encode keys to datastore with base32 standard encoding
Fixes ipfs#2601 Also bump version to 0.4.3-dev License: MIT Signed-off-by: Jeromy <[email protected]>
1 parent 50bc9f9 commit c2b2970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ package config
44
var CurrentCommit string
55

66
// CurrentVersionNumber is the current application's version literal
7-
const CurrentVersionNumber = "0.4.2"
7+
const CurrentVersionNumber = "0.4.3-dev"
88

99
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"

0 commit comments

Comments
 (0)