WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 46c8b00

Browse files
authored
Prepare for v1.18.1 (#809)
Below are the draft notes for the release, this is a patch release to fix the protoc-gen-connect-go issue: ---- # v1.18.1 ## What's Changed ### Bugfixes * Fix protoc-gen-connect-go schema variable case handling by @emcfarlane in #808 **Full Changelog**: v1.18.0...v1.18.1 Signed-off-by: Edward McFarlane <[email protected]>
1 parent 044befe commit 46c8b00

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
@@ -33,7 +33,7 @@ import (
3333
)
3434

3535
// Version is the semantic version of the connect module.
36-
const Version = "1.19.0-dev"
36+
const Version = "1.18.1"
3737

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

0 commit comments

Comments
 (0)