Skip to content

Commit 682b263

Browse files
Merge pull request ipfs#4813 from ipfs/release-0.4.14-rc2
ipfs release 0.4.14-rc2
2 parents ba3cd5b + f071e91 commit 682b263

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)