1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-10-25 10:27:01 +08:00

version bump to 0.3.5

This commit is contained in:
Jeromy
2015-06-15 15:35:04 -07:00
parent 125717e9d6
commit fa23022bcd

View File

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