Skip to content

Commit 7853e53

Browse files
Merge pull request ipfs#5008 from ipfs/feat/0.4.15-release
ipfs release 0.4.15
2 parents 44a7d6b + b8942bb commit 7853e53

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gx/lastpubver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.15-rc1: QmNUCLv5fmUBuAcwbkt58NQvMcJgd5FPCYV2yNCXq4Wnd6
1+
0.4.15: QmcKwjeebv5SX3VFUGDFa4BNMYhy14RRaCzQP7JN3UQDpB

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,6 @@
605605
"language": "go",
606606
"license": "MIT",
607607
"name": "go-ipfs",
608-
"version": "0.4.15-rc1"
608+
"version": "0.4.15"
609609
}
610610

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.15-rc1"
7+
const CurrentVersionNumber = "0.4.15"
88

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

0 commit comments

Comments
 (0)