Skip to content

Commit f5bcf36

Browse files
committed
Don't need to store the reflection type
1 parent b6b4ed7 commit f5bcf36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dump.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ type metaData struct {
5252

5353
const (
5454
// Version of this plugin for easy reference
55-
Version = "0.5.0"
55+
Version = "0.5.1"
5656

5757
defaultMaxAllowedPacket = 4194304
5858
)

0 commit comments

Comments
 (0)