Skip to content

Commit 189fa76

Browse files
committed
ipfs version 0.4.3
License: MIT Signed-off-by: Jeromy <[email protected]>
1 parent db509ec commit 189fa76

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
@@ -201,5 +201,5 @@
201201
"language": "go",
202202
"license": "MIT",
203203
"name": "go-ipfs",
204-
"version": "0.4.3-rc4"
204+
"version": "0.4.3"
205205
}

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-rc4"
7+
const CurrentVersionNumber = "0.4.3"
88

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

0 commit comments

Comments
 (0)