Skip to content

Commit 8d3aaed

Browse files
authored
Prepare for v1.5.0 (connectrpc#441)
We've got two notable changes merged and unreleased: adding `NewWireError` and making our charset matching case-insensitive. The former change adds new APIs, so we should bump the minor version number.
1 parent 15a843b commit 8d3aaed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connect.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232
)
3333

3434
// Version is the semantic version of the connect module.
35-
const Version = "1.5.0-dev"
35+
const Version = "1.5.0"
3636

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

0 commit comments

Comments
 (0)