diff --git a/go.mod b/go.mod index d7ca694dc..c4546f797 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/TRON-US/go-btfs-api v0.1.0 github.com/TRON-US/go-btfs-chunker v0.2.7 github.com/TRON-US/go-btfs-cmds v0.1.5 - github.com/TRON-US/go-btfs-config v0.4.0-beta2 + github.com/TRON-US/go-btfs-config v0.4.0-beta3 github.com/TRON-US/go-btfs-files v0.1.3 github.com/TRON-US/go-eccrypto v0.0.1 github.com/TRON-US/go-mfs v0.2.2 diff --git a/go.sum b/go.sum index 20dd18cd8..a008e3de1 100644 --- a/go.sum +++ b/go.sum @@ -33,8 +33,8 @@ github.com/TRON-US/go-btfs-chunker v0.2.7 h1:eLIZjETFbCsQ2lY9gw97x8MHZJkfOUfsZ05 github.com/TRON-US/go-btfs-chunker v0.2.7/go.mod h1:Wj0oyybAWtu5lpcAc90QQ3bhJ14JRXD50PqxP25wmnI= github.com/TRON-US/go-btfs-cmds v0.1.5 h1:AbnAPBAFxe67MPChbwFPJbyKY1Vm3lXybGDNQ4NUTno= github.com/TRON-US/go-btfs-cmds v0.1.5/go.mod h1:rtki4vmPzq7qmjdzThJELFpSpxTiORoXreHlExdI6eg= -github.com/TRON-US/go-btfs-config v0.4.0-beta2 h1:9akZmI3umAI/2kz+bSQMbD7DiXtkbG1sHYMvNB5kgt0= -github.com/TRON-US/go-btfs-config v0.4.0-beta2/go.mod h1:045+FmBpTIWNy34ISzjtPaEf6afBq6wVQtviNmAnF5g= +github.com/TRON-US/go-btfs-config v0.4.0-beta3 h1:R5DXP6mYRSdo+RButh6sa6lvpDfFCRRIEVBPL7D8ng0= +github.com/TRON-US/go-btfs-config v0.4.0-beta3/go.mod h1:045+FmBpTIWNy34ISzjtPaEf6afBq6wVQtviNmAnF5g= github.com/TRON-US/go-btfs-files v0.1.1/go.mod h1:tD2vOKLcLCDNMn9rrA27n2VbNpHdKewGzEguIFY+EJ0= github.com/TRON-US/go-btfs-files v0.1.3 h1:yM+PQbQDoUjy10colCqBoKkC1ii8WKf995zAlXnyU1U= github.com/TRON-US/go-btfs-files v0.1.3/go.mod h1:I8LeoFulha712BW03zGgmDdNwa0qbAPwfMIglzw0fnE= diff --git a/version.go b/version.go index 951b4355e..49eb07fe0 100644 --- a/version.go +++ b/version.go @@ -4,6 +4,6 @@ package ipfs var CurrentCommit string // CurrentVersionNumber is the current application's version literal -const CurrentVersionNumber = "1.0.0-beta" +const CurrentVersionNumber = "1.0.0" const ApiVersion = "/go-btfs/" + CurrentVersionNumber + "/"