Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #4 from marten-seemann/quic
Browse files Browse the repository at this point in the history
add QUIC experiment
  • Loading branch information
Stebalien authored Aug 26, 2018
2 parents 859f3ea + 838ea9d commit 2ff129d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gx/lastpubver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.4: QmTyiSs9VgdVb4pnzdjtKhcfdTkHFEaNn6xnCbZq4DTFRt
0.2.5: Qmdpmn9dQFSFeCfwpaZdbeYSFxJmbtSTArU4kMZByjmPAJ
1 change: 1 addition & 0 deletions experiments.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ type Experiments struct {
UrlstoreEnabled bool
ShardingEnabled bool
Libp2pStreamMounting bool
QUIC bool
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"license": "",
"name": "go-ipfs-config",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "0.2.4"
"version": "0.2.5"
}

0 comments on commit 2ff129d

Please sign in to comment.