Skip to content

Commit

Permalink
rpcserver: Bump gRPC major version to 8.
Browse files Browse the repository at this point in the history
Preparing for some up-coming breaking changes.
  • Loading branch information
jholdstock committed Sep 9, 2024
1 parent a83b85b commit 4c5cef6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/rpc/rpcserver/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ import (

// Public API version constants
const (
semverString = "7.17.0"
semverMajor = 7
semverMinor = 17
semverString = "8.0.0"
semverMajor = 8
semverMinor = 0
semverPatch = 0
)

Expand Down

0 comments on commit 4c5cef6

Please sign in to comment.