Skip to content

Commit 80d49b8

Browse files
committed
Ipfs 0.4.5, release candidate 3
License: MIT Signed-off-by: Jeromy <[email protected]>
1 parent 56b8506 commit 80d49b8

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
@@ -305,6 +305,6 @@
305305
"language": "go",
306306
"license": "MIT",
307307
"name": "go-ipfs",
308-
"version": "0.4.5-rc2"
308+
"version": "0.4.5-rc3"
309309
}
310310

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.5-rc1"
7+
const CurrentVersionNumber = "0.4.5-rc3"
88

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

0 commit comments

Comments
 (0)