Skip to content

Commit

Permalink
Merge pull request #1927 from go-pg/release/v10.10.6
Browse files Browse the repository at this point in the history
Release v10.10.6 (release.sh)
  • Loading branch information
vmihailenco committed Sep 23, 2021
2 parents 8bc449e + 369540c commit fc2c7bb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion extra/pgdebug/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ go 1.15

replace github.com/go-pg/pg/v10 => ../..

require github.com/go-pg/pg/v10 v10.10.5
require github.com/go-pg/pg/v10 v10.10.6
4 changes: 2 additions & 2 deletions extra/pgotel/example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ replace github.com/go-pg/pg/v10 => ../../..
replace github.com/go-pg/pg/extra/pgotel/v10 => ../

require (
github.com/go-pg/pg/extra/pgotel/v10 v10.10.5
github.com/go-pg/pg/v10 v10.10.5
github.com/go-pg/pg/extra/pgotel/v10 v10.10.6
github.com/go-pg/pg/v10 v10.10.6
go.opentelemetry.io/otel v1.0.0
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.0.0
go.opentelemetry.io/otel/sdk v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion extra/pgotel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.15
replace github.com/go-pg/pg/v10 => ../..

require (
github.com/go-pg/pg/v10 v10.10.5
github.com/go-pg/pg/v10 v10.10.6
go.opentelemetry.io/otel v1.0.0
go.opentelemetry.io/otel/trace v1.0.0
)
2 changes: 1 addition & 1 deletion extra/pgsegment/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.15
replace github.com/go-pg/pg/v10 => ../..

require (
github.com/go-pg/pg/v10 v10.10.5
github.com/go-pg/pg/v10 v10.10.6
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/segmentio/encoding v0.2.21
)
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package pg

// Version is the current release version.
func Version() string {
return "10.10.5"
return "10.10.6"
}

0 comments on commit fc2c7bb

Please sign in to comment.