Skip to content

Commit

Permalink
Prepare for v1.8.0 (#516)
Browse files Browse the repository at this point in the history
Prepares for the Connect v1.8.0 release, containing mostly bugfixes, but
also adding an API to access the `HTTPMethod` of a request.
  • Loading branch information
jchadwick-buf authored May 31, 2023
1 parent 9aaf1ac commit 1ca2b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connect.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
)

// Version is the semantic version of the connect module.
const Version = "1.8.0-dev"
const Version = "1.8.0"

// These constants are used in compile-time handshakes with connect's generated
// code.
Expand Down

0 comments on commit 1ca2b38

Please sign in to comment.