Skip to content

Commit 685cd28

Browse files
committed
ipfs version 0.4.3-rc3
License: MIT Signed-off-by: Jeromy <[email protected]>
1 parent ab0492c commit 685cd28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,5 +195,5 @@
195195
"language": "go",
196196
"license": "MIT",
197197
"name": "go-ipfs",
198-
"version": "0.4.3-rc2"
198+
"version": "0.4.3-rc3"
199199
}

repo/config/version.go

Lines changed: 1 addition & 1 deletion
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.3-rc2"
7+
const CurrentVersionNumber = "0.4.3-rc3"
88

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

0 commit comments

Comments
 (0)