Skip to content

Commit f41342b

Browse files
committed
update to v3.11.0
1 parent ce40022 commit f41342b

8 files changed

+9
-9
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ import (
1616
"syscall"
1717
)
1818

19-
//go:generate go run -tags generate gen.go 3.10.1
19+
//go:generate go run -tags generate gen.go 3.11.0
2020

2121
// Keep this version in sync with the go:generate statement above
22-
const version = "3.10.1"
22+
const version = "3.11.0"
2323

2424
type repo interface {
2525
Checkout(rev string) error

protoc_exe_darwin_386.go

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)