Skip to content

Commit e06cc8d

Browse files
committed
Back to development
1 parent 98974b1 commit e06cc8d

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.4.0"
20+
Version = "0.5.0-dev"
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)