Skip to content

Commit

Permalink
fix(webconnectivitylte): bump to 0.5.24 (#1171)
Browse files Browse the repository at this point in the history
We should have done this in #1166.

We'll account this diff as part of
ooni/probe#2493.
  • Loading branch information
bassosimone committed Jul 4, 2023
1 parent 71ecb78 commit 7fc1b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/experiment/webconnectivitylte/measurer.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (m *Measurer) ExperimentName() string {

// ExperimentVersion implements model.ExperimentMeasurer.
func (m *Measurer) ExperimentVersion() string {
return "0.5.23"
return "0.5.24"
}

// Run implements model.ExperimentMeasurer.
Expand Down

0 comments on commit 7fc1b70

Please sign in to comment.