Skip to content

Commit 4070f35

Browse files
committed
Release v10.10.4 (release.sh)
1 parent 782c9d3 commit 4070f35

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

extra/pgdebug/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ go 1.15
44

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

7-
require github.com/go-pg/pg/v10 v10.6.2
7+
require github.com/go-pg/pg/v10 v10.10.4

extra/pgotel/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.15
55
replace github.com/go-pg/pg/v10 => ../..
66

77
require (
8-
github.com/go-pg/pg/v10 v10.10.0
8+
github.com/go-pg/pg/v10 v10.10.4
99
github.com/vmihailenco/msgpack/v5 v5.3.4 // indirect
1010
go.opentelemetry.io/otel v1.0.0-RC1
1111
go.opentelemetry.io/otel/trace v1.0.0-RC1

extra/pgsegment/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.15
55
replace github.com/go-pg/pg/v10 => ../..
66

77
require (
8-
github.com/go-pg/pg/v10 v10.9.0
8+
github.com/go-pg/pg/v10 v10.10.4
99
github.com/klauspost/cpuid/v2 v2.0.6 // indirect
1010
github.com/segmentio/encoding v0.2.17
1111
)

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package pg
22

33
// Version is the current release version.
44
func Version() string {
5-
return "0.0.0"
5+
return "10.10.4"
66
}

0 commit comments

Comments
 (0)