@cryptotaxi247 / kubo / commits / 3a3742353

feat: bump version

Steven Allen committed Apr 7, 2020 at 00:00 UTC 3a37423530dbb5423dccfa65fbefa0d0091d8df9
1 file changed +1 -1
version.go
+1 -1
@@ -4,7 +4,7 @@ package ipfs
4 var CurrentCommit string
5
6 // CurrentVersionNumber is the current application's version literal
7 -const CurrentVersionNumber = "0.5.0-dev"
7 +const CurrentVersionNumber = "0.5.0-rc1"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
10