Skip to content

Commit

Permalink
Merge pull request #124 from ooni/rc/14
Browse files Browse the repository at this point in the history
Bless v3.0.0-rc.14
  • Loading branch information
bassosimone authored Apr 8, 2020
2 parents d1ae5fa + ec10e54 commit 1b045da
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 @@ -9,7 +9,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.9.1-0.20200406111804-72c12b0b81bb
github.com/ooni/probe-engine v0.9.1-0.20200408105059-7ac6a379604b
github.com/pkg/errors v0.9.1
github.com/rubenv/sql-migrate v0.0.0-20200402132117-435005d389bc
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 @@ -391,8 +391,8 @@ github.com/onsi/gomega v1.5.0 h1:izbySO9zDPmjJ8rDjLvkA2zJHIo+HkYXHnf7eN7SSyo=
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.9.1-0.20200406111804-72c12b0b81bb h1:0crM3GErET0vqe9FDA2ACUOFfYdJOhnKMHtCgEhAVYk=
github.com/ooni/probe-engine v0.9.1-0.20200406111804-72c12b0b81bb/go.mod h1:B0l5O1IEPB7pmXZIpoObIeGu/jpaDM1vifX87vtNNfw=
github.com/ooni/probe-engine v0.9.1-0.20200408105059-7ac6a379604b h1:ptFuC5tV6xNjYnvSA+W4lz3TbSOA8xKUQLy5aNUsxoM=
github.com/ooni/probe-engine v0.9.1-0.20200408105059-7ac6a379604b/go.mod h1:B0l5O1IEPB7pmXZIpoObIeGu/jpaDM1vifX87vtNNfw=
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.0-rc.13"
Version = "3.0.0-rc.14"

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

0 comments on commit 1b045da

Please sign in to comment.