1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-10 05:52:20 +08:00

bump version number to 0.2.2

This commit is contained in:
Jeromy
2015-02-26 19:48:07 -08:00
parent 50e49fc698
commit b2b3aa859a

View File

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