Skip to content

Commit

Permalink
Merge pull request #336 from TRON-US/v1-migrations
Browse files Browse the repository at this point in the history
Use version 1.0.0 and update config migrations
  • Loading branch information
taiyangc authored Jan 17, 2020
2 parents 9acf1ed + 0116162 commit c80b946
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 + "/"

0 comments on commit c80b946

Please sign in to comment.