Skip to content

Commit

Permalink
Prepare for v1.5.0 (#441)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
akshayjshah authored Jan 26, 2023
1 parent 261b6bd commit 06c7ca2
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 @@ -32,7 +32,7 @@ import (
)

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

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

0 comments on commit 06c7ca2

Please sign in to comment.