1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 01:52:26 +08:00

Merge pull request #1588 from ipfs/version-bump

bump development version
This commit is contained in:
Juan Benet
2015-08-19 02:22:56 +02:00

View File

@ -8,7 +8,7 @@ import (
) )
// CurrentVersionNumber is the current application's version literal // CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.3.7" const CurrentVersionNumber = "0.3.8-dev"
// Version regulates checking if the most recent version is run // Version regulates checking if the most recent version is run
type Version struct { type Version struct {