chore: update version to v0.14.0-dev
Adin Schmahmann committed
May 4, 2022 at 16:28 UTC
b72125522a2c9b117aeba828f52cd623ce606651
1 file changed
+1
-1
version.go
+1
-1
@@ -11,7 +11,7 @@ import (
11
var CurrentCommit string
12
13
// CurrentVersionNumber is the current application's version literal
14
-const CurrentVersionNumber = "0.13.0-dev"
14
+const CurrentVersionNumber = "0.14.0-dev"
15
16
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
17