mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-24 22:38:27 +08:00
update version
License: MIT Signed-off-by: David Dias <daviddias.p@gmail.com>
This commit is contained in:
@ -7,14 +7,14 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
// CurrentVersionNumber is the current application's version literal
|
||||
const CurrentVersionNumber = "0.3.11"
|
||||
|
||||
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
|
||||
|
||||
// CurrentCommit is the current git commit, this is set as a ldflag in the Makefile
|
||||
var CurrentCommit string
|
||||
|
||||
// CurrentVersionNumber is the current application's version literal
|
||||
const CurrentVersionNumber = "0.4.0-dev"
|
||||
|
||||
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
|
||||
|
||||
// Version regulates checking if the most recent version is run
|
||||
type Version struct {
|
||||
// Current is the ipfs version for which config was generated
|
||||
|
Reference in New Issue
Block a user