Skip to content

Commit 1a2c88b

Browse files
authored
Merge pull request #7110 from ipfs/feat/release-0.5.0-rc1
feat: bump version
2 parents 3c19f5e + 3a37423 commit 1a2c88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package ipfs
44
var CurrentCommit string
55

66
// CurrentVersionNumber is the current application's version literal
7-
const CurrentVersionNumber = "0.5.0-dev"
7+
const CurrentVersionNumber = "0.5.0-rc1"
88

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

0 commit comments

Comments
 (0)