Skip to content

Commit

Permalink
Merge pull request #1198 from TRON-US/BTFS-v1.6.0
Browse files Browse the repository at this point in the history
modify version
  • Loading branch information
olenheim authored Nov 25, 2021
2 parents 9b39d4c + f7cc540 commit f7f05e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package btfs
var CurrentCommit string

// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "1.5.3"
const CurrentVersionNumber = "1.6.0"

const ApiVersion = "/go-btfs/" + CurrentVersionNumber + "/"

Expand Down

0 comments on commit f7f05e3

Please sign in to comment.