Skip to content

Commit f071e91

Browse files
committed
ipfs release 0.4.14-rc2
License: MIT Signed-off-by: Jeromy <[email protected]>
1 parent ba3cd5b commit f071e91

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
@@ -581,6 +581,6 @@
581581
"language": "go",
582582
"license": "MIT",
583583
"name": "go-ipfs",
584-
"version": "0.4.14-rc1"
584+
"version": "0.4.14-rc2"
585585
}
586586

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.14-rc1"
7+
const CurrentVersionNumber = "0.4.14-rc2"
88

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

0 commit comments

Comments
 (0)