Skip to content

Commit cc01b7f

Browse files
Merge pull request ipfs#4395 from ipfs/release-0.4.13
Ipfs v0.4.13
2 parents 5d23fd7 + a0a174e commit cc01b7f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# go-ipfs changelog
22

3-
## 0.4.13 2017-11-14
3+
## 0.4.13 2017-11-16
44

55
Ipfs 0.4.13 is a patch release that fixes two high priority issues that were
66
discovered in the 0.4.12 release.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,6 @@
493493
"language": "go",
494494
"license": "MIT",
495495
"name": "go-ipfs",
496-
"version": "0.4.13-rc1"
496+
"version": "0.4.13"
497497
}
498498

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

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

0 commit comments

Comments
 (0)