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

Ipfs version 0.3.9

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy
2015-10-29 19:15:23 -07:00
committed by Juan Batiz-Benet
parent 394d9adfa4
commit 220d6b168f
3 changed files with 60 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
)
// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.3.9-dev"
const CurrentVersionNumber = "0.3.9"
// CurrentCommit is the current git commit, this is set as a ldflag in the Makefile
var CurrentCommit string