blob: 4f8e8b8b51e1623c237fbc6055163cf5bbfe9bae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- version.go.orig 2019-01-26 18:22:10 UTC
+++ version.go
@@ -4,6 +4,6 @@ package ipfs
var CurrentCommit string
// CurrentVersionNumber is the current application's version literal
-const CurrentVersionNumber = "0.4.19-dev"
+const CurrentVersionNumber = "0.4.18"
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
|