We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ccb5eb commit 7700832Copy full SHA for 7700832
parser/consts.go
@@ -3,7 +3,7 @@ package parser
3
const MAX_SCAN_OFFSET = 50
4
const DATA_OFFSET = 6
5
const ROOT_NODE_TOKEN = "BG"
6
-const VERSION = "v0.3.1"
+const VERSION = "v0.4.0"
7
8
var FOOTER = []uint8{0x19, 0x0, 0x0, 0x0}
9
0 commit comments