Skip to content

Commit

Permalink
Prepare for v1.6.0 (#489)
Browse files Browse the repository at this point in the history
We have quite a few improvements piled up on `main` - let's cut a new
release
next week and clear the decks for GET support.
  • Loading branch information
akshayjshah authored Apr 3, 2023
1 parent d13c1a3 commit 3deb9ad
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.6.0-dev"
const Version = "1.6.0"

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

0 comments on commit 3deb9ad

Please sign in to comment.