Skip to content

Commit 7700832

Browse files
committed
Bump to version 0.4.0
1 parent 0ccb5eb commit 7700832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser/consts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package parser
33
const MAX_SCAN_OFFSET = 50
44
const DATA_OFFSET = 6
55
const ROOT_NODE_TOKEN = "BG"
6-
const VERSION = "v0.3.1"
6+
const VERSION = "v0.4.0"
77

88
var FOOTER = []uint8{0x19, 0x0, 0x0, 0x0}
99

0 commit comments

Comments
 (0)