Skip to content

Commit a8b56d3

Browse files
committed
Ipfs 0.4.8-rc1
License: MIT Signed-off-by: Jeromy <[email protected]>
1 parent 26f96f8 commit a8b56d3

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
@@ -312,6 +312,6 @@
312312
"language": "go",
313313
"license": "MIT",
314314
"name": "go-ipfs",
315-
"version": "0.4.8-dev"
315+
"version": "0.4.8-rc1"
316316
}
317317

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.8-dev"
7+
const CurrentVersionNumber = "0.4.8-rc1"
88

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

0 commit comments

Comments
 (0)