Skip to content

Commit

Permalink
release: 4.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robodenitro committed Oct 22, 2024
1 parent 0581892 commit 19bc7b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ import (
"syscall"
)

//go:generate go run -tags generate gen.go 28.2
//go:generate go run -tags generate gen.go 28.1

// Keep this version in sync with the go:generate statement above
const (
version = "4.28.2"
version = "4.28.1"
protoBinariesBaseURL = "https://repo1.maven.org/maven2/com/google/protobuf/protoc"
includesDir = "include"
includesCacheFilePermission = 0664
Expand Down

0 comments on commit 19bc7b0

Please sign in to comment.