We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d23fd7 + a0a174e commit cc01b7fCopy full SHA for cc01b7f
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# go-ipfs changelog
2
3
-## 0.4.13 2017-11-14
+## 0.4.13 2017-11-16
4
5
Ipfs 0.4.13 is a patch release that fixes two high priority issues that were
6
discovered in the 0.4.12 release.
package.json
@@ -493,6 +493,6 @@
493
"language": "go",
494
"license": "MIT",
495
"name": "go-ipfs",
496
- "version": "0.4.13-rc1"
+ "version": "0.4.13"
497
}
498
repo/config/version.go
@@ -4,6 +4,6 @@ package config
var CurrentCommit string
// CurrentVersionNumber is the current application's version literal
7
-const CurrentVersionNumber = "0.4.13-rc1"
+const CurrentVersionNumber = "0.4.13"
8
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
0 commit comments