Skip to content

Commit

Permalink
feat: update version and cid
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn-Huang-Tron committed Sep 14, 2024
1 parent 93dab25 commit a5e177d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion core/corehttp/webui.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package corehttp

const WebUIPath = "/btfs/QmRwt94fr6b3phJThuDMjZUXr6nHxxG61znN3PCukNAxyi" // v3.0.0
const WebUIPath = "/btfs/QmYkDfKxQDmHdDUvhWZK5t3GvoqeKokb5wkcrmZdnuUqRS" // v3.1.0

// this is a list of all past webUI paths.
var WebUIPaths = []string{
WebUIPath,
"/btfs/QmRwt94fr6b3phJThuDMjZUXr6nHxxG61znN3PCukNAxyi", // v3.0.0
"/btfs/QmSTcj1pWk972bdtStQtJeu3yCYo1SDShrbEHaEybciTLR", // v2.3.5
"/btfs/QmPFT7PscyJ1FZ4FeFPFgikszBugQSBFNycPpy5zpK2pZe", // v2.3.3
"/btfs/QmUKCyDc4h9KN93AdZ7ZVqgPProsKs8NAbVJkK3ux9788d", // v2.3.2
Expand Down
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 = "3.0.0"
const CurrentVersionNumber = "3.1.0"

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

Expand Down

0 comments on commit a5e177d

Please sign in to comment.