Skip to content

Commit

Permalink
Merge pull request #263 from TRON-US/tycm4109-patch-1
Browse files Browse the repository at this point in the history
[BTFS-1155]Updating the latest WebUI Hash
  • Loading branch information
rich lee authored Dec 3, 2019
2 parents eeba1e1 + d56b302 commit a9d22a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/corehttp/webui.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package corehttp

const WebUIPath = "/btfs/QmTfM7Rz58Ejwq8Yg3jEEhtLc3BBxucpATiq4pRCy6TK4J"
const WebUIPath = "/btfs/QmPCfG86C3e4UgxFm8hWq8ccQVJDwntLfvCrs3yT3kdKsy"

// this is a list of all past webUI paths.
var WebUIPaths = []string{
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 = "0.2.2"
const CurrentVersionNumber = "0.2.3"

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

0 comments on commit a9d22a8

Please sign in to comment.