Skip to content

Commit badbd0c

Browse files
authored
Merge pull request ipfs/kubo#7504 from rafaelramalho19/chore/bump-webui-version
chore:bump webui version to 2.10.1 This commit was moved from ipfs/kubo@e03b5ab
2 parents a8f3b1f + b6d36d9 commit badbd0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gateway/core/corehttp/webui.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
package corehttp
22

33
// TODO: move to IPNS
4-
const WebUIPath = "/ipfs/bafybeid6luolenf4fcsuaw5rgdwpqbyerce4x3mi3hxfdtp5pwco7h7qyq" // v2.10.0
4+
const WebUIPath = "/ipfs/bafybeibnnxd4etu4tq5fuhu3z5p4rfu3buabfkeyr3o3s4h6wtesvvw6mu" // v2.10.1
55

66
// this is a list of all past webUI paths.
77
var WebUIPaths = []string{
88
WebUIPath,
9+
"/ipfs/bafybeid6luolenf4fcsuaw5rgdwpqbyerce4x3mi3hxfdtp5pwco7h7qyq",
910
"/ipfs/bafybeigkbbjnltbd4ewfj7elajsbnjwinyk6tiilczkqsibf3o7dcr6nn4",
1011
"/ipfs/bafybeicp23nbcxtt2k2twyfivcbrc6kr3l5lnaiv3ozvwbemtrb7v52r6i",
1112
"/ipfs/bafybeidatpz2hli6fgu3zul5woi27ujesdf5o5a7bu622qj6ugharciwjq",

0 commit comments

Comments
 (0)