Skip to content

Commit d56c217

Browse files
committed
Prepare for v0.5.0
1 parent bf61457 commit d56c217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pluginrpc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ package pluginrpc // import "pluginrpc.com/pluginrpc"
1717

1818
const (
1919
// Version is the semantic version of the pluginrpc module.
20-
Version = "0.5.0-dev"
20+
Version = "0.5.0"
2121

2222
// IsAtLeastVersion0_1_0 is used in compile-time handshake's with pluginrpc's generated code.
2323
IsAtLeastVersion0_1_0 = true

0 commit comments

Comments
 (0)