Skip to content

Commit

Permalink
Merge pull request #139 from ooni/release/3.0.2
Browse files Browse the repository at this point in the history
Release v3.0.2
  • Loading branch information
bassosimone committed Jun 19, 2020
2 parents ef4b1ae + c10d91f commit 5dfd6a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/fatih/color v1.9.0
github.com/getsentry/raven-go v0.0.0-20190419175539-919484f041ea
github.com/mattn/go-colorable v0.1.6
github.com/ooni/probe-engine v0.13.0
github.com/ooni/probe-engine v0.13.1
github.com/pkg/errors v0.9.1
github.com/rubenv/sql-migrate v0.0.0-20200429072036-ae26b214fa43
gopkg.in/AlecAivazis/survey.v1 v1.8.8
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,8 @@ github.com/onsi/gomega v1.4.3/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1Cpa
github.com/onsi/gomega v1.5.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
github.com/onsi/gomega v1.7.0 h1:XPnZz8VVBHjVsy1vzJmRwIcSwiUO+JFfrv/xGiigmME=
github.com/onsi/gomega v1.7.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
github.com/ooni/probe-engine v0.13.0 h1:K1kPefC6PGFpuFYXymLgsEdwnLeCf6k6I47OjFv4/vM=
github.com/ooni/probe-engine v0.13.0/go.mod h1:Y5o5zVyqVMOyUNmpDJ+i5hGaJNIiK4j73QMuANXpfQI=
github.com/ooni/probe-engine v0.13.1 h1:XSSVv5+ZTL/g5YgaoBKKofrKBmTVQXnFFEnIx5ivXIM=
github.com/ooni/probe-engine v0.13.1/go.mod h1:Y5o5zVyqVMOyUNmpDJ+i5hGaJNIiK4j73QMuANXpfQI=
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7/go.mod h1:HzydrMdWErDVzsI23lYNej1Htcns9BCg93Dk0bBINWk=
github.com/openconfig/gnmi v0.0.0-20190823184014-89b2bf29312c/go.mod h1:t+O9It+LKzfOAhKTT5O0ehDix+MTqbtT0T9t+7zzOvc=
github.com/openconfig/reference v0.0.0-20190727015836-8dfd928c9696/go.mod h1:ym2A+zigScwkSEb/cVQB0/ZMpU3rqiH6X7WRRsxgOGw=
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package version

const (
// Version is the software version
Version = "3.0.1"
Version = "3.0.2"

// UserAgent is the OONI user-agent header
UserAgent = "ooniprobe-desktop/" + Version
Expand Down

0 comments on commit 5dfd6a4

Please sign in to comment.